PoolMan (Connection Pooling) problem with xml file!
843854Jul 16 2003 — edited Jul 21 2003Hello everyone!
We are now using PoolMan 2.0.3 for our project which is based on Tomcat 4.1.12.
I was able to get the sample running, after which I decided to try it in our web environment.
I faced a very annoying problem by doing this: I always get the following error on the Java console:
"** ERROR: Unable to find XML file poolman.xml: java.lang.NullPointerException"
and the JSP shows me the following information:
"org.apache.jasper.JasperException: No pool named xxx! Check your poolman.xml"
(together with a long stack trace which does not really tell me anything of interest).
I have placed the poolman.xml file on several places but it did not work. Amongst these places there is a the %context%\WEB-INF\classes\ directory or a directory to which the classpath points. None of my tries worked.
Could anybody be so kind and provide helpful information?
Thanks in advance,
Gregor Graf