You might try adding the <JservConfig ...> element to your server.xml, documented here:
<http://jakarta.apache.org/tomcat/tomcat-3.3-doc/serverxml.html#JservConfig> You will likely need a current version of the mod_jserv connector. The Windows binary can be found here: <http://archive.apache.org/dist/jakarta/tomcat-3/bin/win32/i386/> For a different OS, you will have to build it. The bulk of the information for mod_jserv may be found here: <http://jakarta.apache.org/tomcat/tomcat-3.3-doc/tomcat-apache-howto.html> It has been a long time since I did much with mod_jserv, and then, only on Windows. HTH. Cheers, Larry > -----Original Message----- > From: Christoph P. Kukulies [mailto:[EMAIL PROTECTED] > Sent: Monday, April 05, 2004 11:19 AM > To: Tomcat Users List > Subject: Re: cannot get servlet mapping working under 3.3 > > > On Mon, Apr 05, 2004 at 11:41:56AM +0200, Christoph P. Kukulies wrote: > > > > Investigating further I come to the conclusion that my > problem may be > > related to the invoker servlet. > > > > Doesn't tomcat 3.3 have a central web.xml any longer? > > Sorry, I know that talking about tomcat 5.x is more interesting > > than talking about yesterdays. :-) > > > > Chris Christoph P. U. Kukulies kuku_at_physik.rwth-aachen.de > > Could it be that I need mod_jserv.so from the tomcat native directory? > How does one build that? > > Chris Christoph P. U. Kukulies kuku_at_physik.rwth-aachen.de > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
