RE: log4j logging and tomcat

2003-10-03 Thread Ilja Hehenkamp
Thanks, did that, but still no debuggin information is showing up in my Mac OSX console... Looks like log4j isn't used, however it is in my WEB-INF/lib dir of my webapp... Ilja From: Shapira, Yoav [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL

RE: log4j logging and tomcat

2003-10-03 Thread Ilja Hehenkamp
-Original Message- From: Ilja Hehenkamp [mailto:[EMAIL PROTECTED] Sent: Friday, October 03, 2003 2:54 PM To: [EMAIL PROTECTED] Subject: RE: log4j logging and tomcat Thanks, did that, but still no debuggin information is showing up in my Mac OSX console... Looks like log4j isn't used, however

RE: log4j logging and tomcat

2003-10-03 Thread Ilja Hehenkamp
:31 -0400 Howdy, Ahh, I should've known commons-logging was in the mix... Let's try temporarily to remove commons-logging*.jar from your WEB-INF/lib. See what happens... Yoav Shapira Millennium ChemInformatics -Original Message- From: Ilja Hehenkamp [mailto:[EMAIL PROTECTED] Sent: Friday

Re: Deployer Package and JNDI-resource: solved

2003-09-29 Thread Ilja Hehenkamp
Ok, solved the issue myself: Instead of using the InstallTask, I worked by using the DeployTask instead... I'm happy :) On Mon, 29 Sep 2003 15:40:54 +0200, Ilja [EMAIL PROTECTED] said: Why does my webapp work when I manually put the .war file in the webapps directory and why doesn't it work

Re: Catalina.stop: java.net.ConnectException: Connection refused

2003-09-22 Thread Ilja Hehenkamp
Anyone? It's quite urgent and I'm stuck now... On Sun, 21 Sep 2003 21:53:30 +0200, Ilja [EMAIL PROTECTED] said: Tomcat suddenly stopped working without any obvious reason... Config: Tomcat 5.09 Mac OSX 10.2.6 error: Catalina.stop: java.net.ConnectException: Connection refused

Re: Tomcat, MySQL JNDI: java.sql.SQLException: Cannot load JDBC driver class 'null'

2003-09-19 Thread Ilja Hehenkamp
Remy Maucherat, can you elobarate on this deployer client? You talked about it, but it can nowhere be found. I'm still very stuck on this matter and don't have a way of fixing it... Deploying is a pain in the ass now compared to the convenient way of building with ant... From: Ilja Hehenkamp

Re: Tomcat, MySQL JNDI: java.sql.SQLException: Cannot load JDBC driver class 'null'

2003-09-15 Thread Ilja Hehenkamp
I think I know where lies the problem, however I still don't know how to fix it... I use the sample build.xml file from Tomcat: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/appdev/build.xml.txt to install, reload and distribute my sample application. When I do an ant -install it apparantly

Re: Tomcat, MySQL JNDI: java.sql.SQLException: Cannot load JDBC driver class 'null'

2003-09-15 Thread Ilja Hehenkamp
deployed application? From: Remy Maucherat [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Tomcat, MySQL JNDI: java.sql.SQLException: Cannot load JDBC driver class 'null' Date: Mon, 15 Sep 2003 15:17:53 +0200 Ilja Hehenkamp

Re: Tomcat, MySQL JNDI: java.sql.SQLException: Cannot load JDBC driver class 'null'

2003-09-15 Thread Ilja Hehenkamp
' Date: Mon, 15 Sep 2003 15:33:13 +0200 Ilja Hehenkamp wrote: Sorry, I don't really understand what you mean? Do you mean I shouldn't use the build file anymore? If so: that's too bad, since I like the way of automated updating the tomcat manager... I'm sure you do. You seem to be stuck

Re: Tomcat, MySQL JNDI: java.sql.SQLException: Cannot load JDBC driver class 'null'

2003-09-15 Thread Ilja Hehenkamp
It could be related, but I'm not sure. I think the problem lies in the way the application gets deployed with this ant build file. Probably the docbase doesn't match (however that's just a wild guess) Still waiting for some confirmation from Remy Maucherat. He was talking about the client