DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=37263>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=37263

           Summary: HTTP 404:Servlet action not found
           Product: Tomcat 5
           Version: 5.5.12
          Platform: Other
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: Unknown
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: [EMAIL PROTECTED]


I've installed apache-tomcat-5.5.12 with jdk1.5.0_05, jre1.5.0_05 and struts-
1.2.7 recently. 
I'm not able to access the RegisterAction class. Is the problem with the 
classspath?

I've the following struts-config.xml

...
  <action-mappings>
    <action path="/register"
            type="app.RegisterAction"
            name="registerForm">
      <forward name="success" path="/pages/Success.html"/>
      <forward name="failure" path="/pages/Failure.html"/>
    </action>
  </action-mappings>
...

I get the HTTP 404 error: Servlet action not found for the action 
http://localhost:7070/sevenOaks/register.do

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to