> From: GreggCarrier [mailto:[email protected]]
> Subject: Servlet mapping, welcome file and trailing slashes
>
> 2 - <servlet-mapping>
> <servlet-name>Jersey Spring Web Application</servlet-name>
> <url-pattern>/*</url-pattern>
> </servlet-mapping>
>
> <welcome-file-list>
> <welcome-file>index.jsp</welcome-file>
> </welcome-file-list>
Not sure if this will work, but try adding the following to the above:
<servlet-mapping>
<servlet-name>jsp</servlet-name>
<url-pattern>/index.jsp</url-pattern>
</servlet-mapping>
If it works at all, it will only do so for an index.jsp located in the base
directory of the webapp, not further down in the structure.
- Chuck
THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you received
this in error, please contact the sender and delete the e-mail and its
attachments from all computers.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]