dennisGuru
Programmer
Does any one know if I can use other applications database connections?
<Context path="/applicationpath" ..>
<Resource name="jdbc/myDB" ... />
<ResourceParams name="jdbc/myDB" ...>
<parameter>
...
</parameter
<ResourceParams>
</Context>
<Context path="/anotherapplicationpath" ..>
</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
<Context path="/applicationpath" ..>
<Resource name="jdbc/myDB" ... />
<ResourceParams name="jdbc/myDB" ...>
<parameter>
...
</parameter
<ResourceParams>
</Context>
<Context path="/anotherapplicationpath" ..>
</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