I am currently trying to deploy a Struts 1.2.6 to a WSAD 5.0 Server.
The application starts up correctly, but it appears the action mapping
is not being picked up.  I specify the following in the web.xml:

<servlet id="Servlet_1106772041495">
         <servlet-name>action</servlet-name>
 
<servlet-class>org.apache.struts.action.ActionServlet</servlet-class>
         <init-param id="InitParam_1106772055222">
            <param-name>config</param-name>
            <param-value>/WEB-INF/struts-config.xml</param-value>
         </init-param>
         <load-on-startup>1</load-on-startup>
      </servlet>

<servlet-mapping id="ServletMapping_1106772055233">
         <servlet-name>action</servlet-name>
         <url-pattern>*.mig</url-pattern>
      </servlet-mapping>


When WebSphere starts the application, it shows this in the logs:

[1/26/05 12:48:17:479 PST] 5c0bdf5f ApplicationMg A WSVR0200I: Starting
application: Status Inquiry
[1/26/05 12:48:17:804 PST] 5c0bdf5f WebContainer  A SRVE0169I: Loading
Web Module: NextGen Status Inquiry Application.
[1/26/05 12:48:17:926 PST] 5c0bdf5f WebGroup      I SRVE0180I: [NextGen
Status Inquiry Application] [/StatusInquiry] [Servlet.LOG]: JSP 1.2
Processor: init
[1/26/05 12:48:18:041 PST] 5c0bdf5f WebGroup      I SRVE0180I: [NextGen
Status Inquiry Application] [/StatusInquiry] [Servlet.LOG]:
SimpleFileServlet: init
[1/26/05 12:48:18:073 PST] 5c0bdf5f WebGroup      I SRVE0180I: [NextGen
Status Inquiry Application] [/StatusInquiry] [Servlet.LOG]: action: init
[1/26/05 12:48:18:695 PST] 5c0bdf5f TilesPlugin   I
org.apache.struts.tiles.TilesPlugin  Tiles definition factory loaded for
module ''.
[1/26/05 12:48:18:710 PST] 5c0bdf5f ValidatorPlug I
org.apache.struts.validator.ValidatorPlugIn  Loading validation rules
file from '/WEB-INF/validator-rules.xml'
[1/26/05 12:48:18:827 PST] 5c0bdf5f ValidatorPlug I
org.apache.struts.validator.ValidatorPlugIn  Loading validation rules
file from '/WEB-INF/validation.xml'
[1/26/05 12:48:19:020 PST] 5c0bdf5f WebGroup      I SRVE0180I: [NextGen
Status Inquiry Application] [/StatusInquiry] [Servlet.LOG]: DataLoader:
init
[1/26/05 12:48:19:249 PST] 5c0bdf5f WebGroup      I SRVE0180I: [NextGen
Status Inquiry Application] [/StatusInquiry] [Servlet.LOG]:
BootStrapper: init
[1/26/05 12:48:19:281 PST] 5c0bdf5f ApplicationMg A WSVR0221I:
Application started: Status Inquiry

But when I try to access this by going to
/StatusInquiry/entryAction.mig, it says

"The requested URL /StatusInquiry/search.mig was not found on this
server.

Additionally, a 404 Not Found error was encountered while trying to use
an ErrorDocument to handle the request."

I am able to call a JSP fine, but not any of the struts classes.  Any
ideas on what may be happening or things I can try?  Thanks.

Daniel

This email and/or any files or attachments transmitted with it are confidential 
and intended solely for the use of the individual or entity to whom they are 
addressed, and may contain information that is privileged, confidential and 
exempt from disclosure under applicable law. If you are not the intended 
recipient, or the employee or agent responsible for delivering the message to 
the intended recipient, you are hereby notified that any dissemination, 
distribution or copying of this e-mail and/or any files or attachments 
transmitted with it is strictly forbidden. If you have received this email in 
error, please delete the e-mail and/or any files or attachments, and also 
notify the system manager ([EMAIL PROTECTED]) of the error. Please note that 
any views or opinions presented in this email are solely those of the author 
and do not necessarily represent those of the company. Finally, the recipient 
should check this email and any attachments for the presence of viruses. The 
company accepts no liability for any damage caused by any virus transmitted by 
this email and/or any files or attachments transmitted with it.



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

Reply via email to