extend JDBCRealm?

2004-12-27 Thread Ilja Smoli
Hi Question is: is it possible to extend org.apache.catalina.realm.JDBCRealm and override method authenticate(String username, String credentials)? And if it is possible (i guess it is), where to put it and etc... - To

Re: org.apache.jasper.JasperException: Unable to compile class for JSP

2003-10-13 Thread Ilja
anyone? On Sun, 12 Oct 2003 15:35:25 +0200, Ilja [EMAIL PROTECTED] said: In tried installing opencms (www.opencms.org), but got the following error when running on Tomcat 5.0.7: I think this is a Tomcat 5.0.x related problem, since according to the developers it runs fine on a Tomcat 4.2.x

org.apache.jasper.JasperException: Unable to compile class for JSP

2003-10-12 Thread Ilja
In tried installing opencms (www.opencms.org), but got the following error when running on Tomcat 5.0.7: I think this is a Tomcat 5.0.x related problem, since according to the developers it runs fine on a Tomcat 4.2.x version. They don't know where lies the problem.. The root-cause:

log4j logging and tomcat

2003-10-03 Thread Ilja
I have created a webapp and put a log4j.properties in the classpath, but the logging doesn't seem to work. So now I want to enable log4j debugging, but don't know how to set this system property with tomcat: Ie: can I set the system property '-Dlog4j.debug=true' in web.xml, is that possible? If

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
### log4j.logger.net.sf.hibernate.ps.PreparedStatementCache=debug Ilja From: Shapira, Yoav [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: log4j logging and tomcat Date: Fri, 3 Oct 2003 14:55:44 -0400 Howdy, If log4j.jar is in your WEB-INF/lib

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

Where is the Client Deployer Package?

2003-09-29 Thread Ilja
I just cannot find the Client Deployer Package which is mentioned here: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/deployer-howto.html Anyone who knows? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Deployer Package and JNDI-resource

2003-09-29 Thread Ilja
Why does my webapp work when I manually put the .war file in the webapps directory and why doesn't it work when I deploy it with the Client Deployer Package and Ant? Note that it does work when I do it manually, so there's no flaw in my setup or code (I suppose), but when I use the Client

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

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

2003-09-21 Thread Ilja
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 java.net.ConnectException: Connection refused at java.net.PlainSocketImpl.socketConnect(Native Method) at

Fwd: Delivery problems: Catalina.stop: java.net.ConnectException: Connection refused

2003-09-21 Thread Ilja
Why do I always get this message when I send an email to this list? 1) I subscribed to the list and confirmed it as well, even got a confirmation from the mailinglist deamon 2) the messages still do seem to arrive 3) I've send an email to the emailadres in this email, but nothing has changed

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

2003-09-21 Thread Ilja
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 java.net.ConnectException: Connection refused at java.net.PlainSocketImpl.socketConnect(Native Method)    

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

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

2003-09-15 Thread Ilja
Ok, first some configuration information: Tomcat 5.09 MySQL Driver 3.08 stable OS: Mac OSX 10.2.6 J2SE 1.4.2 all commons libraries reside in $CATALINA_HOME/common/lib MySQL Driver resides in $CATALINA_HOME/common/lib as well I tried setting up a simple JNDI datasource connection but get the

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

2003-09-15 Thread Ilja Hehenkamp
Jacobson [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 14:00:52 +0200 Ilja wrote: Ok, first some configuration information

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
? So for confirmation: I shouldn't use the old ant buildfile anymore? Ilja 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

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

2003-09-15 Thread Ilja Hehenkamp
deployer package, however I cannot find it... Ilja _ MSN Zoeken, voor duidelijke zoekresultaten! http://search.msn.nl - To unsubscribe, e-mail: [EMAIL PROTECTED