1. It's WEB-INF, not web-inf.  Case matters.

2. If the classes are in .jar files, yes.  Otherwise they will have to
be in WEB-INF/classes

--David

Clay McCoy wrote:
> I have some servlets that are in jars in web-inf/lib and Tomcat does not see 
> them.  I know that it is typical to have servlets in web-inf/classes, but it 
> is an existing application.
> Is there a way to get Tomcat to use these Servlets without moving them to 
> web-inf/classes?  They are mapped in the web.xml, but I get 404s when I 
> browse to them.
> Thanks
>
> ---------------------------------------------------------------------
>   


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to