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 ctmodelhouse:
Code Block |
---|
...
|
...
| |
<Context> <ResourceLink global="jdbc/ModelHouseCT" name="jdbc/ModelHouseCT" |
...
type="javax.sql.DataSource"/> |
...
<ResourceLink global="jdbc/ModelHouse" name="jdbc/ModelHouse" |
...
type="javax.sql.DataSource"/> |
...
</ |
...
Context> |