RE: Websphere mapping problem

2006-09-18 Thread Hehl, Thomas
Struts Users Mailing List Subject: RE: Websphere mapping problem First, if you are invoking an action it looks for the mapping. The mapping is for anything ending in .do (*.do to be exact in the mapping). That means if your url is "/start.do" it tries to find the action-mapping with the

RE: Websphere mapping problem

2006-09-18 Thread David Friedman
tainers/application servers? Where did this "/do/start" come from if you are mapping the suffix (*.do) and not the prefix (/do/*) for the Struts servlet? Regards, David -Original Message- From: Hehl, Thomas [mailto:[EMAIL PROTECTED] Sent: Monday, September 18, 2006 1:04 PM To: &

RE: Websphere mapping problem

2006-09-18 Thread Hehl, Thomas
[mailto:[EMAIL PROTECTED] Sent: Monday, September 18, 2006 11:07 AM To: Struts Users Mailing List Subject: RE: Websphere mapping problem Your error suggests your are using the wrong url. The error lists "/do/start" but your mapped your servlet to "*.do" so it expects the

RE: Websphere mapping problem

2006-09-18 Thread David Friedman
Your error suggests your are using the wrong url. The error lists "/do/start" but your mapped your servlet to "*.do" so it expects the path "/start.do" What path are you trying to reach your webapp on for each platform? -David -Original Message- From: Hehl, Thomas [mailto:[EMAIL PROTECT