Ok, I am trying to work with Resin and I am using it's Connection Pool to connect to a database from a
Servlet.
Below is the relevent information
resin.conf - <Database> Servlet - NewPostServlet web.xml And when I run this using the following http http : //localhost : 8081/JBB/Connection (space for smilies)
I get the following error:
General error, message from server: "No Database Selected" I have used the same Connectin Pool and used
JSP - sql syntax to do the exact same thing I am doing in my Servlet and it works just fine. So I am not sure if the problem is my Servlet or my resin.conf file or my web.xml file. It all seems fine to me.
Thanks for any help.
The reason this is in the Resin Forum is because I don't know if it is a Resin problem or not. Move it if it is a Servlet problem.
Thanks.