Is the error "404 -- Not Found"?
What did you do in com.instanton.secureex.web.action.service.ListServiceAction? Maybe ActionServlet was found and something has been done in ListServiceAction. But when the webserver forward to "/service/listservices.jsp". The page was not found. Or maybe it forward to some page which doesn't exist.
-----Original Message-----
From: Mike Thompson [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 13, 2001 11:31 PM
To: [EMAIL PROTECTED]
Subject: Re: action help

I've looked there is nothing :(
 
Manager[/SecureExWeb]: Seeding random number generator class java.security.SecureRandom
Manager[/SecureExWeb]: Seeding of random number generator has been completed
ContextConfig[/SecureExWeb]: Added certificates -> request attribute Valve
ContextConfig[/SecureExWeb]: Configured an authenticator for method FORM
StandardWrapper[/SecureExWeb:default]: Loading container servlet default
default: init
StandardWrapper[/SecureExWeb:invoker]: Loading container servlet invoker
invoker: init
action: init
action: Loading application resources from resource com.instanton.secureex.web.SecureExWeb
action: Initializing configuration from resource path /WEB-INF/struts-config.xml
action: Process servletName=action, urlPattern=/*.do
action: Mapping for servlet 'action' = '/*.do'
jsp: init
 
 
----- Original Message -----
From: Dan Marina
Sent: Wednesday, June 13, 2001 9:58 AM
Subject: Re: action help

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