Guus - The reason I am using "catalina run" is so I can see the error messages. If an error occurs after invoking with startup, the window closes, thus, it is not possible to see the error. This particular error occurs before TC gets a chance to write anything to the log.
-----Original Message----- From: Guus Holshuijsen [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 3:22 PM To: Tomcat Users List Subject: Re: tomcat 4.1.24 + sdk 1.4.1_03 + Win 2000 Mark, Is there a reason why you are not using startup.bat? (instead of catalina run). The configuration that you describe works like a charm for me! I did have a ClassNotFoundException when I was running Tomcat v4.0.1 (Tomcat v4.0.3, and Tomcat 4.1.24), J2SDK1.4.0_01 on W2000 (and RedHat Linux 8.0), but all this was solved when I installed J2SDK v1.4.1_03. The only thing that you do that seems to differ from my setup is that I use startup.bat and shutdown.bat instead of catalina run. Regards, Guus ----- Original Message ----- From: "Jason Bainbridge" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, June 24, 2003 9:02 PM Subject: Re: tomcat 4.1.24 + sdk 1.4.1_03 + Win 2000 > It sounds like it is getting confused with your various Tomcat installs, what > are the environment variables you have got set? > > A post in the archive suggested editing out the JMX MBeans stuff in server.xml > and it worked for the original poster, so if you don't need it (if you don't > know what it is it is likely that you don't) so in server.xml comment out the > following: > > <!-- Uncomment these entries to enable JMX MBeans support --> > <Listener className="org.apache.catalina.mbeans.ServerLifecycleListener" > debug="0"/> > <Listener > className="org.apache.catalina.mbeans.GlobalResourcesLifecycleListener" > debug="0"/> > > I would be more tempted to look more at the environment variables and possible > problems from the long paths though as a proper solution. > > Regards, > -- > Jason Bainbridge > http://jblinux.org > > On Tue, 24 Jun 2003 17:32, Mark Hayes wrote: > > Unable to start Tomcat 4.1.24 with sdk 1.4.1_03 on Windows 2000 > > > > ClassNotFoundException: org.apache.catalina.core.StandardServer > > > > C:\Program Files\Apache Group\Tomcat 4.1\bin>catalina run > > Using CATALINA_BASE: C:\Program Files\Apache Group\Tomcat 4.1 > > Using CATALINA_HOME: C:\Program Files\Apache Group\Tomcat 4.1 > > Using CATALINA_TMPDIR: C:\Program Files\Apache Group\Tomcat 4.1\temp > > Using JAVA_HOME: C:\j2sdk1.4.1_03 > > Jun 24, 2003 5:22:15 PM org.apache.commons.digester.Digester startElement > > SEVERE: Begin event threw exception > > java.lang.ClassNotFoundException: org.apache.catalina.core.StandardServer > > > > Have struggled with this for 2 days. Symptom occurs with LE version, non-LE > > version, exe version, and zip version Symptom occurs with earlier version > > of TC 4.1.x (4.1.12). TC 4.0.1 starts OK on sdk 1.4.1_03 > > > > I am using "catalina run" to invoke Tomcat from the Tomcat bin directory. > > JAVA_HOME and CATALINA_HOME are both set. > > > > StandardServer is in C:\Program Files\Apache Group\Tomcat > > 4.1\server\lib\catalina.jar > > > > Has anyone encountered this? Have tried numerous uninstall/reinstall and > > search hi and low with no success. > > > > > > > > - ----------------------------------------------------- > > COL Ltd in Hong Kong has checked this message for all > > known viruses using SkyScan-AV powered by MessageLabs. > > For information on this service e-mail [EMAIL PROTECTED] > > or visit www.col.com.hk > > - ----------------------------------------------------- > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - ----------------------------------------------------- COL Ltd in Hong Kong has checked this message for all known viruses using SkyScan-AV powered by MessageLabs. For information on this service e-mail [EMAIL PROTECTED] or visit www.col.com.hk - ----------------------------------------------------- - ----------------------------------------------------- COL Ltd in Hong Kong has checked this message for all known viruses using SkyScan-AV powered by MessageLabs. For information on this service e-mail [EMAIL PROTECTED] or visit www.col.com.hk - ----------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
