datasource with tomcat together with jbuilder

2003-03-17 Thread Gerlinde Fischer
Hi, I have setup my tomcat configuration on Linux, and it works fine. But for developing I will user jbuilder. Here I have the problem, that i got the error: Cannot create resource instance. My server8080.xml looks like that: - Context debug=0 docBase=C:/projects/WHB_Project/ path=/WhbWebApp

AW: Tomcat Caching Files?

2003-03-13 Thread Gerlinde Fischer
Hi, there exists a directory work under CATALINA_HOME. Look there and delete the file. Maybe this will help. Regards Gerlinde -Ursprüngliche Nachricht- Von: Anecito, Anthony (HQP) [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 12. März 2003 21:08 An: Tomcat Users List Betreff:

AW: java.sql.SQLException: Cannot load JDBC driver class 'null'

2003-03-12 Thread Gerlinde Fischer
Hi where ist your Database Connection? In the server.xml in the context for your test application. The jdbc.driver must be placed into the directory common/lib. I hope this will help. Regards Gerlinde -Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

AW: great problem with dbcp conn pool

2003-03-12 Thread Gerlinde Fischer
hi, in your orginial server.xml, is there also reconect instead of reconnect. Regards Gerlinde -Ursprngliche Nachricht- Von: Dionisio Ruiz de Zarate [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 12. Mrz 2003 14:10 An: [EMAIL PROTECTED] Betreff: great problem with dbcp conn pool

AW: AW: java.sql.SQLException: Cannot load JDBC driver class 'null'

2003-03-12 Thread Gerlinde Fischer
' Gerlinde, Thanks for the response! I placed my jdbc jar file under common/lib, but I still get the same error message. If you or anyone else has any other ideas, that would be greatly appreciated. Gerlinde Fischer [EMAIL PROTECTED

AW: tomcat 4.1.18 on linux not loading mysql-driver for a connection-pool?

2003-03-10 Thread Gerlinde Fischer
Hi, I think the ; in the query is wrong. Be sure that the query is excute and you get one row back. If you get no row back you have a problem. Regards Gerlinde -Ursprüngliche Nachricht- Von: ossipetz [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 7. März 2003 18:21 An: [EMAIL

DBCP problems connection does not return

2003-03-06 Thread Gerlinde Fischer
Hi, I have the following problem: The connection seems to be connected, but it does not return. I want to use the naming datasource from tomcat. Configuration: tomcat 4.1.18 standalone, database sapdb (I although tried mysql, the same behaviour) linux 8.0 commons-dbcp.jar, commons-pool.jar and