RE: tomcat startup problem

2003-09-26 Thread Shapira, Yoav
Howdy, Get a JVM that works ;) I don't know what available for Tru64, but your FastVM isn't liking the startup arguments. Are you passing it any command-line options, especially a too big -Xmx setting? Yoav Shapira Millennium ChemInformatics -Original Message- From: Tich Mandivenga

RE: tomcat startup problem - tomcat window disappears

2003-07-24 Thread Andrew Liles
Edit tomcat/bin/startup.bat in one of the last lines change the keyword start to run. Then go into a DOS box and run startup.bat. This time any faults will remain on the screen and you can start debugging from there. -Original Message- From: Gayathrie Gunawardene [mailto:[EMAIL

Re: tomcat startup problem - tomcat window disappears

2003-07-24 Thread John Turner
Better yet, don't change anything, and execute catalina.bat run instead of startup.bat. John Andrew Liles wrote: Edit tomcat/bin/startup.bat in one of the last lines change the keyword start to run. Then go into a DOS box and run startup.bat. This time any faults will remain on the screen

Re: tomcat startup problem

2003-07-24 Thread John Turner
Run catalina.bat run instead of startup.bat. Have you checked the log files? John Gayathrie Gunawardene wrote: Hi, I get the following message when I run startup command. Using CATALINA_BASE: E:\TomCat4.1 Using CATALINA_HOME: E:\TomCat4.1 Using CATALINA_TMPDIR: E:\TomCat4.1\temp

Re: tomcat startup problem

2003-07-24 Thread Tang
Open catalina.log in e:/tomcat4.1/logs directory for detail. I guess some wrong in server.xml config file. - Original Message - From: Gayathrie Gunawardene [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, July 22, 2003 2:14

RE: Tomcat Startup Problem

2002-10-06 Thread Shortt, Kevin
-- /Server === END server.xml -Original Message- From: Jean-Francois Arcand [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 03, 2002 10:48 PM To: Tomcat Users List Subject: Re: Tomcat Startup Problem Have you change something in the server.xml file? If yes, double check

Re: Tomcat Startup Problem

2002-10-03 Thread Jean-Francois Arcand
Have you change something in the server.xml file? If yes, double check your xml file is well formed. Can you post the xml file you have changed? -- Jeanfrancois Shortt, Kevin wrote: Hi All... I am an admin of a tomcat setup. I am putting together a new machine and am using all the latest

RE: Tomcat startup problem

2002-09-04 Thread Turner, John
I've never seen that error before, but unless you have a specific need for 4.0.3 and JDK 1.2.2, my advice would be to upgrade both Tomcat and your JDK, and don't use the RPMs (all due respect to the creator of the RPM). tomcat: 4.0.4, binary not RPM JDK: 1.3.1 or 1.4.0 The binary install of

Re: Tomcat startup problem

2001-09-18 Thread Steve Heller
: Steve Heller [mailto:[EMAIL PROTECTED]] Sent: Monday, September 17, 2001 11:32 PM To: [EMAIL PROTECTED] Subject: Re: Tomcat startup problem pero, I need to try a few things but %TOMCAT_OPTS% appears to be empty although I think that it is the same under the Win95 version. I am

RE: Tomcat startup problem

2001-09-17 Thread pero
are you sure that %_STARTJAVA% and %TOMCAT_OPTS% are filled? -Original Message- From: Steve Heller [mailto:[EMAIL PROTECTED]] Sent: Monday, September 17, 2001 10:56 PM To: [EMAIL PROTECTED] Subject: Tomcat startup problem I recently upgraded my PC from Windows 95 to Windows

RE: Tomcat startup problem

2001-09-17 Thread Hoggatt Matt - mahogg
Can you cd %TOMCAT_HOME%? -Original Message- From: pero [mailto:[EMAIL PROTECTED]] Sent: Monday, September 17, 2001 4:15 PM To: [EMAIL PROTECTED] Subject: RE: Tomcat startup problem are you sure that %_STARTJAVA% and %TOMCAT_OPTS% are filled? -Original Message- From: Steve

Re: Tomcat startup problem

2001-09-17 Thread Steve Heller
Matt, Yes, I can cd %TOMCAT_HOME% Steve Hoggatt Matt - mahogg wrote: Can you cd %TOMCAT_HOME%? -Original Message- From: pero [mailto:[EMAIL PROTECTED]] Sent: Monday, September 17, 2001 4:15 PM To: [EMAIL PROTECTED] Subject: RE: Tomcat startup problem are you sure

Re: Tomcat startup problem

2001-09-17 Thread Steve Heller
pero, I need to try a few things but %TOMCAT_OPTS% appears to be empty although I think that it is the same under the Win95 version. I am using the Startup.bat file which calls tomcat.bat. startup.bat is the same under Win95 and Win2000. Thanks, Steve pero wrote: are you sure that

RE: Tomcat startup problem

2001-09-17 Thread pero
[mailto:[EMAIL PROTECTED]] Sent: Monday, September 17, 2001 11:32 PM To: [EMAIL PROTECTED] Subject: Re: Tomcat startup problem pero, I need to try a few things but %TOMCAT_OPTS% appears to be empty although I think that it is the same under the Win95 version. I am using the Startup.bat file

Re: tomcat startup problem

2001-04-16 Thread Jeff Kilbride
Looks like Tomcat may already be running or may not have shut down properly from a previous run. Try typing 'ps awx' from the command line and looking for java processes. If java is running, first try stopping Tomcat again with the shutdown script. If that doesn't get rid of all your java

RE: tomcat startup problem

2001-04-16 Thread Randy Layman
Something else is trying to use one of the ports Tomcat is trying to use (by default its 8080 and 8007). I would suggest you use netstat to determine what ports are available and reconfigure Tomcat, or stop the other process. Randy -Original Message- From: Chad

Re: tomcat startup problem

2001-04-16 Thread Chad Harrison
thanks all. ps awx | grep tom revealed a lingering process... strange. On Monday, April 16, 2001, at 01:24 PM, Jeff Kilbride wrote: Looks like Tomcat may already be running or may not have shut down properly from a previous run. Try typing 'ps awx' from the command line and looking

RE: tomcat startup problem

2001-04-16 Thread Wong, Connie
: tomcat startup problem This should be in an FAQ somewhere.. If I'm not mistaken, this error : FATAL:java.net.BindException: Address already in use at java.net.PlainSocketImpl.socketBind(Native Method) means that there's already another application that has bound to the socket

RE: tomcat startup problem

2001-04-06 Thread BenoƮt Jacquemont
You sould try to open a command line window, got to the tomcat/bin directory and try tomcat run. You'll see what's exactly the problem since the window won't close. Benot Hi, I have tomcat 3.2.1 running on win 2k with jdk 1.3 Everything was running perfectly until a while ago. Suddenly

RE: tomcat startup problem

2001-04-06 Thread Michael Wentzel
Run 'tomcat.bat run' at command prompt instead of startup.bat. This will allow you to see stack trace. --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com

Re: Tomcat startup problem

2001-03-26 Thread Jon Small
command like Linux does. Any assistance is sincerely appreciated. - Original Message - From: "Vladimir Grishchenko" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 23, 2001 4:47 PM Subject: Re: Tomcat startup problem It might be that you don't set $TOMCAT_HOME. The follow

Re: Tomcat Startup Problem

2001-03-23 Thread tomcat
You might have to edit the workers.properties file and set the path to the tomcat and jdk directories in it. -Thos On Fri, 23 Mar 2001, Muniraja Balaji wrote: Hi, I am new to Tomcat, i have downloaded the Tomcat Zip file and unzipped to the local drive. After that i have configured the

Re: Tomcat startup problem

2001-03-23 Thread Vladimir Grishchenko
It might be that you don't set $TOMCAT_HOME. The following script works on Linux, set vars to your values: #!/bin/sh TOMCAT_HOME=/usr/local/tomcat export TOMCAT_HOME JAVA_HOME=/opt/IBMJava2-13 export JAVA_HOME case "$1" in start) echo -n "Starting Tomcat: "

Re: Tomcat StartUp Problem

2000-11-20 Thread Jim Rudnicki
Can somebody please help me solve the error I am getting I try to start "Java.lang.ClassNot FoundException: ... snip ... Try this Tomcat loader. Works 99.44% of the time. Take a look: http://www.geocities.com/jdrudnicki/ Jim