When I alias a servlet using servlet mapping, or set a given servlet as default (simply by naming it default), the ServletPath and PathTranslated parameters are set to null (or "", I'm not sure which). This is making it impossible to forward to other servlets. It is also a problem when accessing files from an aliased servlet. This behavior is different from Apache - Jserv, and it wouldn't be too cool if I had to write a set of servlets targetted for one or the other platform. getRealPath works when PathTranslated is null, but this won't solve my servlet routing problem, which requires ServletPath. Any ideas? Thanks; -Chris ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
