Re: HELP!! Tomcat crashes on me!

2002-12-03 Thread Rasputin
* Steve R. Burrus [EMAIL PROTECTED] [1201 05:01]: Kwok, the so-called crash is like it just flat disappearing on me!!! I mean, it's like puff, like up in smoke so to speak!! Right, and it's given you an error that explains your server.xml is invalid. Since it seems to work out of the box for

Re: HELP!! Tomcat crashes on me!

2002-12-03 Thread Steve R. Burrus
. :) * wrote:From: Rasputin [mailto: [EMAIL PROTECTED]]To: [EMAIL PROTECTED]: Tue, 3 Dec 2002 12:20:10 +Subject: Re: HELP!! Tomcat crashes on me!* Steve R. Burrus [1201 05:01]: Kwok, the so-called crash is like it just flat disappearing

Re: HELP!! Tomcat crashes on me!

2002-12-02 Thread Bill Barker
In Tomcat's own (very verbose, but who said cats are quiet :) way, it's saying that there are errors in your Context declarations. In particular, the XML is not well-formed (e.g. your elements aren't properly nested). This is usually caused by forgetting a closing-tag, or writing Tag when you

Re: HELP!! Tomcat crashes on me!

2002-12-02 Thread micael
Once again, and for the last time, please tell us everything you did after opening the zip (or whatever) file. There is not that much to do, and we can get you on the right path if you tell us whatever you did. If you won't bother to do that, I am putting you on iggy, Steve. At 10:28 PM

Re: HELP!! Tomcat crashes on me!

2002-12-02 Thread micael
So, you have a Context tag that is not closed. Close it. At 11:26 PM 12/1/2002 -0800, you wrote: Bill, I am about to go to bed, but I couldn't help but displaying the screen dump to u from executing the catalina run command: C:\jakarta-tomcat-4.1.12\bincatalina run Using CATALINA_BASE: ..

Re: HELP!! Tomcat crashes on me!

2002-12-02 Thread Steve R Burrus
Micael, before I refer to my problem w. Tomcat NOT starting the correct/right way for me, I MUST point out something about u (And I frankly don't care at all if this observation of you gets my emails in the future filtered out of your inbox or not!!) and that is that you are WAY TOO DAMNED ABRUPT

Re: HELP!! Tomcat crashes on me!

2002-12-02 Thread micael
I mean to close the tag. Did you misunderstand that? Do you want me to drag on the point? I really have absolutely no interest in insulting you and only am trying to help you. I am not ordering you anything. I just am not taking the time to be as chatty as you would like. Sorry. I am

Re: HELP!! Tomcat crashes on me!

2002-12-02 Thread micael
I have no idea what you did in the server.xml file. I don't know what I put the context path in the ROOT section recently to try to view a JSP in my web browser... could mean you were doing. The context tag is not for JSPs. I really don't know what to say. What I want to say I won't say

RE: HELP!! Tomcat crashes on me!

2002-12-02 Thread Turner, John
Burrus [mailto:[EMAIL PROTECTED]] Sent: Monday, December 02, 2002 3:59 PM To: Tomcat Users List Subject: Re: HELP!! Tomcat crashes on me! Micael, before I refer to my problem w. Tomcat NOT starting the correct/right way for me, I MUST point out something about u (And I frankly don't

HELP!! Tomcat crashes on me!

2002-12-01 Thread Steve R Burrus
Hello all. I need some help w. Tomcat 4.1.12 simply CRASHING ON ME when I try/attempt to activate the damned thing!!! Now, what in the hell could be possibly causing this anyway??!!! I WAS using the version 4.1.16 of Tomcat for a little while before it too started to crash on me. I might

Re: HELP!! Tomcat crashes on me!

2002-12-01 Thread micael
The envirnomental variables probably are irrelevant, so long as you did not change the name of your directories, especially the one Tomcat is in. What you probably have is some problem with how you set up the web.xml, or a war or application in the TOMCAT_HOME/webapps directory. Since you

Re: HELP!! Tomcat crashes on me!

2002-12-01 Thread Jacob Kjome
Steve, again, you need to provide more info with your questions if you expect help from people. Tomcat is crashing on me with no more info is totally useless. What are the symptoms? What stacktraces do you see? Any info in the log files? Jake At 01:42 PM 12/1/2002 -0800, you wrote:

Re: HELP!! Tomcat crashes on me!

2002-12-01 Thread smurray
one thing I have learned about running Tomcat on Windows: It works great if I just unzip the bin download file and set the catalina_home environment variable manually. It has problems if I download the installation executable and install it via the installer. just something I have noticed...

Re: HELP!! Tomcat crashes on me!

2002-12-01 Thread Kwok Peng Tuck
Seems to be ok for me , both zip exe. What's the crash like, I mean what errors were displayed? [EMAIL PROTECTED] wrote: one thing I have learned about running Tomcat on Windows: It works great if I just unzip the bin download file and set the catalina_home environment variable manually.

Re: HELP!! Tomcat crashes on me!

2002-12-01 Thread Steve R. Burrus
Subject: Re: HELP!! Tomcat crashes on me! Seems to be ok for me , both zip exe. What's the crash like, I mean what errors were displayed? [EMAIL PROTECTED] wrote: one thing I have learned about running Tomcat on Windows: It works great if I just unzip the bin download file and set

Re: HELP!! Tomcat crashes on me!

2002-12-01 Thread Jacob Kjome
, 2002 6:04 PM Subject: Re: HELP!! Tomcat crashes on me! Seems to be ok for me , both zip exe. What's the crash like, I mean what errors were displayed? [EMAIL PROTECTED] wrote: one thing I have learned about running Tomcat on Windows: It works great if I just unzip the bin download file

Re: HELP!! Tomcat crashes on me!

2002-12-01 Thread Peng Tuck Kwok
settings?! - Original Message - From: Kwok Peng Tuck [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Sunday, December 01, 2002 6:04 PM Subject: Re: HELP!! Tomcat crashes on me! Seems to be ok for me , both zip

Re: HELP!! Tomcat crashes on me!

2002-12-01 Thread Steve R Burrus
Listen up, men, I just now got thru with trying/attempting to activate Tomcat on the command line, but WITHOUT SUCCESS!! In fact here, for your reading pleasure, is the DOS screen dump: Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. C:\Documents and

Re: HELP!! Tomcat crashes on me!

2002-12-01 Thread Bill Barker
Despite claims to the contrary, what you want to run on the command line is: catalina run This will dump the error messages to your current consol window, instead of opening another window (that will go away). Steve R Burrus [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL

Re: HELP!! Tomcat crashes on me!

2002-12-01 Thread Steve R Burrus
Bill, I am about to go to bed, but I couldn't help but displaying the screen dump to u from executing the catalina run command: C:\jakarta-tomcat-4.1.12\bincatalina run Using CATALINA_BASE: .. Using CATALINA_HOME: .. Using CATALINA_TMPDIR: ..\temp Using JAVA_HOME: C:\j2sdk1.4.1_01\

Re: HELP!! Tomcat crashes on me!

2002-12-01 Thread Peng Tuck Kwok
Try a different JDK ? Sorry earlier on about asking you to use start.bat should have been catalina.bat I'm using j2sdk1.4.0_02 btw. Steve R Burrus wrote: Bill, I am about to go to bed, but I couldn't help but displaying the screen dump to u from executing the catalina run command: