Hello everybody! How does that servers.xml tie in with the :
<Context path="/foo" docBase="foo" ....... snip ....... /> ServeletContext/Context-tags? I am trying to port somebody elses (Grrrrrrr..... no docu) webapps from Tomcat 3.2.1 to Tomcat 4.0.6 and so far I have figured out that 4.0.6 needs ServeletContext entries (see Ex. above) to be written in $CATALINA_HOME(4.0.6)/conf/server.xml for each servelet. The funny thing is that the Tomcat 3.2.1 $CATALINA_HOME(3.2.1)/conf/server.xml file do not contain any ServeletContext entries and Tomcat 3.2.1 does not seem to need them. (I searched the $CATALINA_HOME(3.2.1)/conf/server.xml file for 3.2.1 in the vi editor looking for the Servelet paths and found nothing). The new 4.0.1 server however seems to need the ServeletContext entries to be in $CATALINA_HOME(4.0.6)/conf/server.xml, at least I get a bunch of 404 errors if they are absent. How precisely did they change server.xml and the architecture of the Tomcat server from 3.x to 4.x? Greetings and Salutations Kristjan Runarsson -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
