If you put this : <servlet-mapping> <servlet-name>invoker</servlet-name> <url-pattern>/servlet/*</url-pattern> </servlet-mapping>
in your web.xml then you can use this to load your own servlets without defining them.
If remember correctly ; then the class that would be loaded in this example :
http://localhost/myapp/servlet/stuff
would be stuff.class.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
