Re: 5.0.19 server not starting

2004-04-05 Thread Alistair Young
Hi there, sorry about the lack of info - I'm still a bit off course - this is the first time I can't get Tomcat to start! 5.0.19 runs fine on Linux, using bin/startup.sh On Windows XP and MAC OS X 10.3.3, running bin/startup.bat or bin/catalina.bat start produces the error:

5.0.19 - won't start on anything other thatn *nix

2004-04-06 Thread Alistair Young
Hi folks, I've now tried Tomcat 5.0.19 on 3 different machines and 2 OSes: On Windows XP and MAC OS X 10.3.3, running bin/startup.bat/sh or bin/catalina.bat/sh start produces the error: java.lang.NoSuchMethodException: org.apache.catalina.startup.Catalina.setAwait(boolean) at

Re: 5.0.19 - won't start on anything other thatn *nix

2004-04-06 Thread Alistair Young
-Original Message- From: Alistair Young [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 06, 2004 1:57 PM To: Tomcat Users List Subject: 5.0.19 - won't start on anything other thatn *nix Hi folks, I've now tried Tomcat 5.0.19 on 3 different machines and 2 OSes: On Windows XP and MAC OS X

Re: 5.0.19 - won't start on anything other thatn *nix

2004-04-06 Thread Alistair Young
(Bootstrap.java:337) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:396) I've looked for another catalina.jar in the CLASSPATH but there isn't one. Can anyone shed some light? thanks, Alistair On 6 Apr 2004, at 10:28, Alistair Young wrote: Thanks for that - I've never had problems

Re: 5.0.19 - working at last!

2004-04-06 Thread Alistair Young
defined! All works now! thanks for listening to a moron! Alistair On 6 Apr 2004, at 10:56, Alistair Young wrote: OK, I think I'm getting somewhere: org.apache.catalina.startup.Bootstrap in /bin calls org.apache.catalina.startup.Catalina.setAwait(boolean) in /server/lib which inherits setAwait from

Client authentication for single servlet

2005-05-26 Thread Alistair Young
In Tomcat 5.0.x Is it possible to for a servlet to get a client's certificate without forcing the whole server to use client authentication? in server.xml: clientAuth=true - stops everyone accessing via https clientAuth=want - secure servlet displays no content clientAuth=false -