Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Tomcat question

Status
Not open for further replies.

dennisGuru

Programmer
Sep 14, 2001
37
NL
Does any one know if I can use other applications database connections?

<Context path=&quot;/applicationpath&quot; ..>
<Resource name=&quot;jdbc/myDB&quot; ... />
<ResourceParams name=&quot;jdbc/myDB&quot; ...>
<parameter>
...
</parameter
<ResourceParams>
</Context>

<Context path=&quot;/anotherapplicationpath&quot; ..>
</Context>

How can I reach the applicationpath resource with the anotherapplicationpath .jsp files? What do I have to change in the context? Or is this not possible?

thnx
Dennis
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top