Re: Tomcat stops with error after calling setclasspath.bat

2008-10-01 Thread Bai Shen
I'm using 6.0.18, which unless they just put out a new version is the latest. I've already turned the echo on. If you look at my first post, I commented what happened in the batch files. I can't see anything that would throw an error. I've enclosed the results of my running catalina start

Re: Tomcat stops with error after calling setclasspath.bat

2008-10-01 Thread Bai Shen
Okay, apparently Tomcat doesn't like my setenv.bat I just copied over a virgin install of Tomcat, and after setting JRE_HOME, it started right up. Then I moved my setenv.bat over and it gave me the same problem. I'm not sure why it doesn't like my setting the JRE_HOME in the setenv.bat The

RE: Tomcat stops with error after calling setclasspath.bat

2008-10-01 Thread Caldarale, Charles R
From: Bai Shen [mailto:[EMAIL PROTECTED] Subject: Re: Tomcat stops with error after calling setclasspath.bat set JRE_HOME=..\..\jre Make the above an absolute path, including drive letter. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL

Re: Tomcat stops with error after calling setclasspath.bat

2008-10-01 Thread Bai Shen
No effect. On Wed, Oct 1, 2008 at 10:19 AM, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: Bai Shen [mailto:[EMAIL PROTECTED] Subject: Re: Tomcat stops with error after calling setclasspath.bat set JRE_HOME=..\..\jre Make the above an absolute path, including drive letter

RE: Tomcat stops with error after calling setclasspath.bat

2008-10-01 Thread Caldarale, Charles R
From: Bai Shen [mailto:[EMAIL PROTECTED] Subject: Re: Tomcat stops with error after calling setclasspath.bat No effect. Are you editing your .bat files in UNIX format, by any chance? The Windows shell might not like missing carriage returns. - Chuck THIS COMMUNICATION MAY CONTAIN

Re: Tomcat stops with error after calling setclasspath.bat

2008-10-01 Thread Bai Shen
] wrote: From: Bai Shen [mailto:[EMAIL PROTECTED] Subject: Re: Tomcat stops with error after calling setclasspath.bat No effect. Are you editing your .bat files in UNIX format, by any chance? The Windows shell might not like missing carriage returns. - Chuck THIS COMMUNICATION MAY

Re: Tomcat stops with error after calling setclasspath.bat

2008-10-01 Thread Konstantin Kolinko
2008/10/1 Bai Shen [EMAIL PROTECTED]: I'm using 6.0.18, which unless they just put out a new version is the latest. I've already turned the echo on. If you look at my first post, I commented what happened in the batch files. I can't see anything that would throw an error. I've enclosed

Re: Tomcat stops with error after calling setclasspath.bat

2008-10-01 Thread Bai Shen
Ah-hah! I found the problem! Apparently, if you try to unset an environment variable that's not set, 2k and 2k3 return an error. I added a line setting JAVA_HOME in the setenv file and then when I set JAVA_HOME to nothing, I don't get the error. So now I just need to have it check if JAVA_HOME

Re: Tomcat stops with error after calling setclasspath.bat

2008-09-30 Thread Bai Shen
Okay, if I keep this up I'll be able to fit both feet in my mouth. Apparently setclasspath.bat does see the variables set in setenv.bat It was my troubleshooting method that was faulty. Basically, the problem boils down to the fact that right after setclasspath.bat is call, there's the

Re: Tomcat stops with error after calling setclasspath.bat

2008-09-30 Thread Konstantin Kolinko
2008/9/30 Bai Shen [EMAIL PROTECTED]: Okay, if I keep this up I'll be able to fit both feet in my mouth. Apparently setclasspath.bat does see the variables set in setenv.bat It was my troubleshooting method that was faulty. Basically, the problem boils down to the fact that right after