My experience is that few other servlet engines enable an invoker by default. Many just don't have one. I re-wrote my application to use a web.xml mapping file for all servlets so that I would have better cross-engine compatibility.
-----Original Message----- From: news [mailto:[EMAIL PROTECTED] Behalf Of Sven Kohler Sent: Wednesday, March 26, 2003 12:12 AM To: [EMAIL PROTECTED] Subject: Re: status 404 when migrating from 4.0.4 to 4.1.24 > <servlet-mapping> > <servlet-name>invoker</servlet-name> > <url-pattern>/servlet/*</url-pattern> > </servlet-mapping> one stupid question, what does the invoker-servlet do? i always write my own servlets without using it, and my mapping them directly using web.xml. i wonder, if i'm missing a great feature. is the invoker servlet supported by all servlet containers? --------------------------------------------------------------------- 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]
