Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 17106 invoked from network); 5 May 2005 21:52:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 May 2005 21:52:26 -0000 Received: (qmail 71579 invoked by uid 500); 5 May 2005 21:54:10 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 71558 invoked by uid 500); 5 May 2005 21:54:09 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 71544 invoked by uid 99); 5 May 2005 21:54:09 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from o3.xlccorp.com (HELO o1.xlccorp.com) (66.37.197.101) by apache.org (qpsmtpd/0.28) with SMTP; Thu, 05 May 2005 14:54:09 -0700 Received: (qmail 4084 invoked from network); 5 May 2005 21:51:36 -0000 Received: from dialup-4.246.235.53.dial1.sanjose1.level3.net (HELO ?127.0.0.1?) (ftcook@4.246.235.53) by o1.xlccorp.com with SMTP; 5 May 2005 21:51:35 -0000 Message-ID: <427A957D.9020706@allvantage.com> Date: Thu, 05 May 2005 14:51:57 -0700 From: Fred Cook User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tomcat Users List Subject: Re: tomcat stopped References: <42780A8B.5010906@allvantage.com> <018e01c5503b$e5e09380$28ad93d1@irm.local> <42791F9B.1060904@allvantage.com> <01b801c550f6$8a750970$28ad93d1@irm.local> In-Reply-To: <01b801c550f6$8a750970$28ad93d1@irm.local> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Wendy, We got it working, there were 2 problems. 1) It took 10 seconds for the machine to turn off Tomcat (yes I know ..old hardware) after shutdown.sh was run. And the much more interesting. 2) We had the CLASSPATH set to point to servlet.jar (needed to compile the test program). This was the main problem, which might bring up a versioning question. We are running RH 8.0 on this machine with Tomcat 5.5.7 and apache 2.0.53. What is the correct version of servlet.jar that should be run with this version of Tomcat and Apache? -Fred Wendy Smoak wrote: >From: "Fred Cook" > > > >>We just use cp to get "foo.war" into the webapps dir. But we shut down >>tomcat first, then restart it. >>The exact steps: >> >>We build our test app under a "/home" file system, then cp the .war >>file to the Tomcat webapps dir , Tomcat is under the same "/home" file >>system. >> >>Shut down Tomcat. >>Startup Tomcat. >> >>Go to //localhost:8080/foo/ with FireFox, we see a blank screen. >> >> > >This is based on my experience with Tomcat 4.1. If you're using 5, things >might be different. That said, try this: > 1. shut down Tomcat > 2. delete the 'myapp' directory under webapps > 3. copy the new myapp.war file into webapps > 4. start Tomcat > >I assume you have Tomcat configured to explode the .war file. If you don't >delete the directory, Tomcat won't ever explode your new .war file. >(Alternately, configure it to run from the un-exploded .war file.) > > > >>It concerns me that the Manager does not run from localhost:8080 or >> >> >anything else for that matter. > > >>I think the first step maybe to get Tomcats home page links working. >> >> > >Did it ever work? Do you get the authentication challenge? Did you add a >user to tomcat-users.xml with the correct roles? > >Are you certain you're compiling against the same version of servlet.jar (or >the equivalent) that you're running with? > > > --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org