Re: tomcat stopped

2005-05-06 Thread Fred Cook
servlet-api.jar does seem to work. How we found servlet.jar... we googled javax.lang.xxx.xxx, which came from a compile error. The only references were to servlet.jar. The two versions of servlet.jar were quite old.. 1999 and 2001 if I remember correctly, which caused me concern, but it is

Re: tomcat stopped

2005-05-05 Thread Fred Cook
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

Re: tomcat stopped

2005-05-05 Thread Wendy Smoak
From: Fred Cook [EMAIL PROTECTED] 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

Re: tomcat stopped

2005-05-04 Thread Fred Cook
) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684) at java.lang.Thread.run(Thread.java:595) Wendy Smoak wrote: From: Fred Cook [EMAIL PROTECTED] We are new to tomcat and have been having some difficulties. Things started out well, but when development work started, Tomcat

Re: tomcat stopped

2005-05-04 Thread Wendy Smoak
From: Fred Cook [EMAIL PROTECTED] 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

tomcat stopped

2005-05-03 Thread Fred Cook
Hi All, We are new to tomcat and have been having some difficulties. Things started out well, but when development work started, Tomcat stopped responding to any changes in the reinstalled .war file. IE a new //localhost:8080/foo/ was the same as the old. We get localhost:8080, but now

Re: tomcat stopped

2005-05-03 Thread Anoop kumar V
. Things started out well, but when development work started, Tomcat stopped responding to any changes in the reinstalled .war file. IE a new //localhost:8080/foo/ was the same as the old. We get localhost:8080, but now all it's links and all our code displays a blank screen. And the oddest problem

Re: tomcat stopped

2005-05-03 Thread Wendy Smoak
From: Fred Cook [EMAIL PROTECTED] We are new to tomcat and have been having some difficulties. Things started out well, but when development work started, Tomcat stopped responding to any changes in the reinstalled .war file. What do you mean by 'reinstalled'? Are you copying the .war file

tomcat stopped serving out pictures

2002-09-30 Thread Jason Johnston
Ok, this is a very strange problem. My tomcat engine appears to be running fine and the problem seems to be isolated to IE. If you use the address of the picture itself like http://localhost:8080/jakarta-banner.gif The picture comes out fine. However, http://localhost:8080/index.html

RE:[OT] tomcat stopped serving out pictures

2002-09-30 Thread Dan Payne
AM To: [EMAIL PROTECTED] Subject: tomcat stopped serving out pictures Ok, this is a very strange problem. My tomcat engine appears to be running fine and the problem seems to be isolated to IE. If you use the address of the picture itself like http://localhost:8080/jakarta-banner.gif

Re: tomcat stopped serving out pictures

2002-09-30 Thread Robert L Sowders
: Subject:tomcat stopped serving out pictures Ok, this is a very strange problem. My tomcat engine appears to be running fine and the problem seems to be isolated to IE. If you use the address of the picture itself like http://localhost:8080/jakarta-banner.gif The picture comes out fine