JNDI Problem

2004-08-17 Thread Bussie, Andre D
Trying to set access datasource via JNDI. Using Tomcat 5.0.19 however I get the following error message Cannot create JDBC driver of class '' for connect URL 'null', cause: null Here is my server.xml file snippet GlobalNamingResources Resource name=hsqldb type=javax.sql.DataSource/

Tomcat Out Of Memory

2004-08-10 Thread Bussie, Andre D
What's is causing this error message and What can I do to solve it. 2004-08-10 16:36:35 StandardContext[/manager]HTMLManager: ManagerServlet.reload[/database] java.lang.OutOfMemoryError

Undelpoying Web App - help please

2004-08-04 Thread Bussie, Andre D
Once you undeploy a web app from Tomcat 5.0.19 admin screen where does the folder goes. I accidentally hit the undelpoy button Is there any way to retrieve the folder?

Cannot create JDBC driver of class

2004-07-29 Thread Bussie, Andre D
At a standstill with accessing a datasource through JNDI in Tomcat 5.0.19. Snippet of server.xml ... Context displayName=Jakarta Struts Testing Web Application docBase=phone path=/phone Resource auth=Container description=Database Connection for the phone web application name=jdbc/phone

DataSource

2004-07-28 Thread Bussie, Andre D
By adding the resource-ref tag to the web.xml and including the ResourceLink tag in the Context of the server.xml it allieviated the issues of the datasource not bound to the Context. However, I received another error listed below 2004-07-28 08:59:49 StandardWrapperValve[jsp]:

DataSource -- help please

2004-07-28 Thread Bussie, Andre D
I restarted Tomcat and I'm still receiving the following error 2004-07-28 12:56:27 StandardWrapperValve[jsp]: Servlet.service() for servlet jsp threw exception org.apache.commons.dbcp.SQLNestedException: Cannot create JDBC driver of class '' for connect URL 'null', cause:

Cannot create JDBC driver of class

2004-07-28 Thread Bussie, Andre D
What's triggers this error message I've been trying to connect to a datasource via JNDI on Tomcat 5.0.19 for the past couple of days and it seems like when I fix one problem I run into another. Does anyone know what causes this error message? org.apache.commons.dbcp.SQLNestedException: Cannot

Tomcat DataSource

2004-07-26 Thread Bussie, Andre D
I'm using Tomcat 5.0.19. I configured a datasource via the Tomcat Admin tool to configure a datatsource listed below is the server.xml file settings for the datasource ResourceParams name=hsqldb parameter namemaxWait/name value5000/value /parameter parameter

Tomcat Datasource

2004-07-26 Thread Bussie, Andre D
I'm using Tomcat 5.0.19. I configured a datasource via the Tomcat Admin tool to configure a datatsource listed below is the server.xml file settings for the datasource GlobalNamingResources Resource name=jdbc/phone auth=Container type=javax.sql.DataSource description=Database for the phone