> > > This is how my sun-web.xml looks like
>
[quoted text clipped - 24 lines]
>
> PWC4216: Name pool is not bound in this Context
This are all my conf and servlet files
http://appwsgi.googlecode.com/svn/trunk/sun/sun-web.xml
http://appwsgi.googlecode.com/svn/trunk/sun/web.xml
http://appwsgi.googlecode.com/svn/trunk/server.xml (part of it)
http://appwsgi.googlecode.com/svn/trunk/sun/classes/Query.java
gert - 05 Oct 2007 04:35 GMT
http://forum.java.sun.com/thread.jspa?messageID=9906501�
Actually I think I am finally getting the picture here what is going
on.
The driver issue was caused by a second driver located inside my web/
lib folder of the web application it self that couldn't be removed
without stopping the service manually. After removing and starting the
service again I got a pool of mysql connections.
But my pool runs out of connections resulting in a "RSR0009: Resource
not available for pool [jdbc/mysql]. Wait-time expired" error
So my servlet code has some issues I think ?
http://appwsgi.googlecode.com/svn/trunk/sun/classes/Query.java
Ps Maybe I also need to put some extra properties that will do some
sort of garbage collection on my connections :) ?
gert - 05 Oct 2007 06:55 GMT
> http://forum.java.sun.com/thread.jspa?messageID=9906501
>
[quoted text clipped - 15 lines]
> Ps Maybe I also need to put some extra properties that will do some
> sort of garbage collection on my connections :) ?
works now i think :)
http://forum.java.sun.com/thread.jspa?threadID=5222730