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 PROTECTED] Sent: Monday, September 18, 2006 9:59 AM To: 'user@struts.apache.org' Subject: Websphere mapping problem <servlet-mapping> <servlet-name>action</servlet-name> <url-pattern>*.do</url-pattern> </servlet-mapping> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]