I was wondering whether it is possible to map parameters to a url besides using <init-param> in web.xml because I want it to be during normal operation not just when the servlet is initialised eg http://server.mycompany.com/something instead of http://server.mycompany.com/ServletName?task=2 . I have already played around with server.xml and web.xml to make the urls a bit more user friendly :)
Cheers Greg Speechley --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
