<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]
