I have Tomcat 3.3m3 installed on Win98 with Apache 1.3.20
The example webapp works fine.
The admin webapp works fine.
I can add servlet mappings to the root and that works ok.
I cannot figure out how to add my own context and have it process a servlet
Say I want to add a context called reports.
I added a reports directory under webapps
I created a apps-reports.xml file under TOMCAT_HOME/conf
I put SnoopServlet.class in webapps/reports/classes
I can request http://localhost/reports/ and get a tomcat generated index page.
If I request http://localhost/reports/SnoopServlet I get a 404 file not found error.
If I request http://localhost/reports/servlet/SnoopServlet I get the same.
Any insight or suggestions would be appreciated.
I believe I once had this working with Tomcat 3.2 (on another machine)
***********************************************************
Brett Knights 250-338-3509 work
[EMAIL PROTECTED] 250-334-8309 home
***********************************************************