I believe the url-pattern in your servlet mapping should be *.do, not /*.do.

Hope this helps.

--
Martin Cooper


----- 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



Reply via email to