RE: webapp outside of CATALINA_HOME/webapp

2003-06-12 Thread Jeff Cummings
Hi, Do you know which jar files contain these classes? These seem to be tomcat classes. Jeff -Original Message- From: Yoav Shapira [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2003 8:27 PM To: Tomcat Users List Subject: Re: webapp outside of CATALINA_HOME/webapp Howdy, when I

RE: webapp outside of CATALINA_HOME/webapp

2003-06-12 Thread Shapira, Yoav
: Wednesday, June 11, 2003 9:16 PM To: 'Tomcat Users List'; [EMAIL PROTECTED] Subject: RE: webapp outside of CATALINA_HOME/webapp Hi, Do you know which jar files contain these classes? These seem to be tomcat classes. Jeff -Original Message- From: Yoav Shapira [mailto:[EMAIL PROTECTED] Sent

RE: webapp outside of CATALINA_HOME/webapp

2003-06-12 Thread Jeff Cummings
List Subject: RE: webapp outside of CATALINA_HOME/webapp Howdy, I doubt they're tomcat classes: all of those begin with org.apache.catalina. Look in the web.xml files in your server to see what declares these listener elements. Yoav Shapira Millennium ChemInformatics -Original Message

webapp outside of CATALINA_HOME/webapp

2003-06-11 Thread Jeff Cummings
I am trying to configure a webapp that is not in the default directory CATALINA_HOME/webapps using tomcat 4.1.24 and IIS 1. The app resides in C:\med\jspserv 2. There is a virtual directory jmed value C:\med\jspserv 3. The server.xml file contains the following lines:-

Re: webapp outside of CATALINA_HOME/webapp

2003-06-11 Thread Yoav Shapira
Howdy, when I start tomcat, the file localhost_med_log.txt has the following errors:- 2003-06-11 19:03:27 StandardContext[/jmed]: Error configuring application listener of class listeners.ContextListener java.lang.ClassNotFoundException: listeners.ContextListener and 2003-06-11

RE: webapp outside of CATALINA_HOME/webapp

2003-06-11 Thread Jeff Cummings
Hi, Do you know which jar files contain these classes? These seem to be tomcat classes. Jeff -Original Message- From: Yoav Shapira [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2003 8:27 PM To: Tomcat Users List Subject: Re: webapp outside of CATALINA_HOME/webapp Howdy, when I