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:-
            <Context path="/jmed"
                        docBase="C:\med\jspserv"
                        crossContext="false"
                        debug="99"
                        reloadable="true">
            <Logger className="org.apache.catalina.logger.FileLogger"
                        prefix="localhost_med_log." suffix=".txt"
                        timestamp="true"/>

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 19:03:27 StandardContext[/jmed]: Error configuring application
listener of class listeners.SessionListener
java.lang.ClassNotFoundException: listeners.SessionListener

Jeff


Reply via email to