Ben
what is the URL that you are using to reference the servlets from?
Matt Goss

Ben Ricker wrote:

> 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]
begin:vcard 
n:Goss;Matt
tel;fax:919-657-1501
tel;work:919-657-1432
x-mozilla-html:FALSE
url:www.rtci.com
org:RTCI;Custom Solutions
adr:;;201 Shannon Oaks Circle;Cary;NC;27511;US
version:2.1
email;internet:[EMAIL PROTECTED]
title:Web Developer
fn:Matt
end:vcard

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

Reply via email to