I have a servlet based web app I am trying to migrate from Apache/Jserv 
to Tomcat and I am having a bit of a problem. I can access the index 
page I placed in the war file, but everytime I try to call a servlet, 
either from package name or alias, I get a NOT FOUND (404) error. I have 
not been able to verify that it is loading the servlets correctly or not 
(I have turned all logging up to debug and cannot find anything in the 
admin web app that tells me).

I have a war file containing the WEB-INF directory which contains 
classes, lib, and the web.xml file. In the web.xml file we have listed 
all of the servlet aliases used throughout the application (they were in 
the servlets.properties file of Jserv). Inside of the lib file is the 
jar file. Here is the structure of the aliase spec in the web.xml file:

<servlet>
   <servlet-name>
     ServletAlias
   </servlet-name>
   <servlet-class>
     path.to-package.servletname
   </servlet-class>
  </servlet>  

What am I missing here?

Ben Ricker
Senior Web Administrator
US-Rx, Inc.       


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

Reply via email to