You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Pa...@linedata.com on 2001/09/26 15:43:52 UTC

run servlet on TC4

hi,

i'm trying TC4 but he can't find my servlet. I've put it in :
myWebapps/Web-inf/classes/
Here is my web.xml file which is in Web-inf directory :

<servlet>
     <servlet-name>OdataControllerServlet</servlet-name>
     <servlet-class>lds.servlets.OdataControllerServlet</servlet-class>
</servlet>

may be tomcat can't find my web.xml ????
may be my web.xml file is wrong write ????
have i to put it in classpath ????????


Patrick PIERRA