try to look in logs files on your hdd, in $tomcat/logs/<logs&error files> .
there you'll find all erors.
do you have the same error with tomcat 3 ?
At 09:25 AM 6/13/2001 -0500, you wrote:
a 404 is generated :(  No exception page or anything.
----- Original Message -----
From: Dan Marina
To: [EMAIL PROTECTED]
Sent: Wednesday, June 13, 2001 9:12 AM
Subject: Re: action help

what kind of error is generated by tomcat ? could you provide an extract from error log ?
try to implement also failure forward name and check in action_form for parameters (error).



At 08:24 AM 6/13/2001 -0500, you wrote:
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
512.439.3815
Dan Marina
Sybase Romania
Tel: +40 92 216 186
Fax: +40 92 108 237

Dan Marina
Sybase Romania
Tel: +40 92 216 186
Fax: +40 92 108 237

Reply via email to