On Wed, 13 Jun 2001, Martin Cooper wrote:
> I believe the url-pattern in your servlet mapping should be *.do, not /*.do.
>
There was a bug in the deploytool for J2EE RI 1.3-beta-1 that caused these
mappings to be created incorrectly ("/*.do"). It's been fixed in the
recently released 1.3-beta-2.
> Hope this helps.
>
> --
> Martin Cooper
>
Craig
>
> ----- Original Message -----
> From: "Mike Thompson" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, June 13, 2001 6:24 AM
> Subject: action help
>
>
> Ok, I'm feeling totally lost.
>
> Here is a snippet from my struts-config.xml
>
> <action-mappings>
> <action path="/servicemanager"
>
> type="com.instanton.secureex.web.action.service.ListServiceAction">
> <forward name="success" path="/service/listservices.jsp"/>
> </action>
> ...
> </action-mappings>
>
> now in a jsp page I have
> <html:link page="/servicemanager.do">
> <bean:message key="main.servicemanager.title"/>
> </html:link>
>
> I do have /*.do aliased for the ActionServlet.
>
> Why is this not working? I am using TomCat 4.0b1 in Suns j2ee reference
> container. Thanks in advance.
> --m
>
> Michael R. Thompson
> http://www.instanton.com <http://www.instanton.com>
> 512.439.3815
>
>
>
>