You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by djian <dj...@uu.net> on 2000/02/24 17:32:46 UTC

Add my servlet

I am using Apache + Tomcat. To add my web-application, I need to edit
server.xml file and web.xml. There are tow place to find these files:

1. path/to/tomcat/server.xml and path/to/tomcat/webapp/WEB_INF/web.xml
2. path/to/tomcat/etc/server.xml and path/to/tomcat/etc/web.xml

Which are files I need to add webapp and register  a servlet

Thanks

DJ