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

RE: startup script

2003-02-13 Thread Raible, Matt
Here's how I've done it: http://tinyurl.com/5s4x HTH, Matt > -Original Message- > From: Jon Roberts [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 13, 2003 8:55 AM > To: Tomcat Users > Subject: startup script > > > Does anybody have an /etc/init.d style startup script for tomca

Re: Startup script doesn't work on reboot

2001-05-02 Thread Hari Yellina
tomcat doesnt start it self automatically. you have to place your /bin/startup.sh in proile.bash file. so, when you are logging as a user it starts automatically. - Original Message - From: Dave Simms <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 02, 2001 3:13 AM Subject

Re: Startup Script

2001-04-20 Thread Ferdinand Enario
Hello,   I am also a newbie to Tomcat. I am running Mandrake Linux 7.1 Tomcat 3.2.1 and JDK1.22. I was able to run tomcat with Apache using Adam Fowler tomcat script (Thanks Adam). I modified some of it to suit my configurations. Attached is the file which should be placed in the /etc/rc.d/i

Re: Startup Script

2001-04-20 Thread Ryan
I'm using slackware 7.1 and the only thing I added was this line to my rc.httpd   sh /usr/local/tomcat/bin/startup.sh   You could also just paste this line in your own rc.tomcat file. I was too lazy.       - Original Message - From: Curtis Spencer To: [EMAIL PROTECTED]