hi there,
In my /webapps/myapp.xml I'm using a ResourceLink:
<ResourceLink name="jdbc/mydb" global="MyDatabase"/>
I'm using the manager app via ant to test my application.
After calling
ant remove
ant install
it tells me the context has been installed OK.
However, it seems as if the ResourceLink has not been inited during
install, so it seems Tomcat doesn't read the /webapps/myapp.xml file.
Sidenote: this problem is somewhat related to my initparameter problem
outlined earlier today, but cannot be overcome as easily.
has anybody overcome this issue?
is else using the ant manager task together with JNDI resourcelinks
successfully?
thx
Johannes