File Location: <Tomcat-Installed-Folder>/conf/context.xml
The following snippet provides the sample values of the necessary elements and attributes that are to be configured within context.xml for expertctstudio:
Image Removed
<Context>
Image Removed
<ResourceLink
Code Block |
---|
|
<Context>
<ResourceLink global="jdbc/ExpertStudio" name="jdbc/ExpertStudio" |
...
type="javax.sql.DataSource"/> |
...
<ResourceLink global="jdbc/ExpertStudioTarget" |
...
name="jdbc/ExpertStudioTarget" type="javax.sql.DataSource"/> |
...
...