RE: startup script not working

2005-03-02 Thread Caldarale, Charles R
> From: Bedrijven.nl [mailto:[EMAIL PROTECTED] > Subject: RE: startup script not working > > ok..the errors are away by commenting out. You really can't comment those lines out. As I said before, you must use the proper JRE/JDK or the Compat.zip package. No shortcuts here.

RE: startup script not working

2005-03-02 Thread David Tonhofer, m-plify S.A.
You need to upgrade to the latest commons-logging. See: You still seem to have logging 1.0.2 =:-o Make sure that you have the packages at the version described in t

RE: startup script not working

2005-03-02 Thread Bedrijven.nl
Onderwerp: RE: startup script not working Try commenting out the listeners in server.xml: Or upgrade the JMX package --On Wednesday, March 02, 2005 5:22 PM +0100 "Bedrijven.nl" <[EMAIL PROTECTED]> wrote: > Caused by: java.lang.NoSuchMethodError: > javax.manage

RE: startup script not working

2005-03-02 Thread David Tonhofer, m-plify S.A.
Try commenting out the listeners in server.xml: Or upgrade the JMX package --On Wednesday, March 02, 2005 5:22 PM +0100 "Bedrijven.nl" <[EMAIL PROTECTED]> wrote: Caused by: java.lang.NoSuchMethodError: javax.management.ObjectName.quote(Ljava/ lang/String;)Ljava/lang/String; at

RE: startup script not working

2005-03-02 Thread Caldarale, Charles R
> From: Bedrijven.nl [mailto:[EMAIL PROTECTED] > Subject: RE: startup script not working > > Caused by: java.lang.NoSuchMethodError: > javax.management.ObjectName.quote(Ljava/lang/String;)Ljava/lang/String; It looks like you're trying to use Tomcat 5.5.7 with a 1.4 JDK. You

RE: startup script not working

2005-03-02 Thread Bedrijven.nl
dea??? -Oorspronkelijk bericht- Van: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Verzonden: Wednesday, March 02, 2005 5:14 PM Aan: Tomcat Users List Onderwerp: RE: startup script not working > From: Bedrijven.nl [mailto:[EMAIL PROTECTED] > Subject: startup script not working &g

Re: startup script not working

2005-03-02 Thread Jason Bainbridge
On Sun, 2 May 2004 17:01:44 +0200, Bedrijven.nl <[EMAIL PROTECTED]> wrote: > Hi, > > I am downloading distribution Tomcat 5.5.7.zip and unzip it. When I try to > run the startup script the CMD prompt window show up, throw an error and > closes automatically. So Anyone know what the error could be?

RE: startup script not working

2005-03-02 Thread Caldarale, Charles R
> From: Bedrijven.nl [mailto:[EMAIL PROTECTED] > Subject: startup script not working > > When I try to run the startup script the CMD prompt window show up, throw > an error and closes automatically. The startup.bat script does little other than kick off catalina.bat. You can run catalina.bat

RE: startup script not working

2005-03-02 Thread java
I don't know about Tomcat 5.5 specifically, but in Tomcat 5.0, startup.bat calls catalina.bat which calls setclasspath.bat. You'll see it runs the following, and if it can't find any of the files (probably because your JAVA_HOME is a JRE and not a JDK), it'll call "exit" and close your window: if