Could anyone help me with this problem?

I'm trying to develop a database connection pool, the vuser.java file
has the connection pool code in and the vuserold is the old code
without the connection pool.

The old code worked, but the new code doesn't. For some reason the
server doesn't see the new code, but did the old code, and brings up a
servlet not found error.

Can anyone shed any light, and help me out?




I think that it might be that the req and res haven't been
initialised.

vuser.java

vuserold.java

Reply via email to