Hi,

I'm trying to get a webapp running on a Win2000 machine running IIS. We 
have troubles with the context.

In the webapps dir I've put a imsapps.war.
It is unpacked by Tomcat and has web.xml under it and subdirs /lib and 
/classes.

In case of examples, typing url www.localhost/examples displays a 
direcory listing.
Typing url www.localhost/imsapps not.
The servlet is not recognised by typing www.localhost/imsapps/gsServer

In web.xml (in dir /imsapps) I mapped the servlet;
   <servlet>
     <servlet-name><fully qualified class name></servlet-name>
     <description>
       Application produced for ...
     </description>
   </servlet>

   <servlet-mapping>
     <servlet-name><fully qualified class name></servlet-name>
     <url-pattern>/gsServer</url-pattern>
   </servlet-mapping>

In server.xml (in TOMCAT_HOME/conf) I mapped the context;
       <Context path="/imsapps"
                docBase="c:/jakarta-tomcat/webapps/imsapps"
                crossContext="true"
                debug="9"
                reloadable="true"
                trusted="true" >
       </Context>

Does anyone have an idea what's wrong here ?

Kind regards,
Nico den Boer


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to