compile against servlet.jar but must run tomcat with servlet-ap1.jar

2005-05-09 Thread Fred Cook
Hi All, We our new to Tomcat and have a bit of an odd problem. We are developing a getting started project. We have found that we must compile with servlet.jar in our CLASSPATH, but Tomcat will not run with servlet.jar in the CLASSPATH. Tomcat will run with servlet-api.jar, but the test

Re: tomcat stopped

2005-05-06 Thread Fred Cook
, but it is all we found. Thanks for the help. -Fred Wendy Smoak wrote: 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

Re: tomcat stopped

2005-05-05 Thread Fred Cook
). 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 [EMAIL

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

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