I use it on win2000, and woks fine (although some probs at service install)
Alistair Young wrote:
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.NoS
: 5.0.19 - won't start on anything other thatn *nix
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 org.apache.catalina.startup.Embedded
I checked th
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
org.apache.catalina.startup.Embedded
I checked the jars and setAwait is defined in both Catalina.class and
Embed
Thanks for that - I've never had problems with Tomcat before!
It's seems to be something to do with Embedded - whatever that is.
bootstrap.jar is using catalina.jar and trying to call setAwait - which
doesn't exist.
Can anyone say why setAwait is being called when it clearly doesn't
exist in cat
Hi!
I'm using Tomcat 5.0.19 on Win 98,NT,XP and 2K. Seems to be working fine.
Regards,
Anand Ravi
-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