We have been running tomcat 3.1 for a while, and just downloaded 3.2 final
to our test Unix server. We have our servlets defined in the home +
"/conf/web.xml" file. This has not changed. 3.1 still works fine. 3.2
does not load the servlets in the default context, and does not load the
default web.xml file. I turned debugging to level "30".
I added one to the servlets to the home + "/webapps/examples/web.xml", and
the servlet now loads (it shows in the displays + I can access) , but only
under the "examples" container (or directory). Is there something different
I need to do to have the default web.xml file to be read/processed?
Thanks,
Helge Osmundsen