Re: Problem deploying to WebSphere

2005-02-01 Thread Curtis Taylor
Hi Daniel, What's in your application.xml file? That's the one which tells WS what your context root is. In your case it would need to be "StatusInquiry" (sans quotes). HTH, Curtis Daniel Kalcevich wrote: I am currently trying to deploy a Struts 1.2.6 to a WSAD 5.0 Server. The application starts

Problem deploying to WebSphere

2005-01-26 Thread Daniel Kalcevich
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: action org.apache.struts.action.ActionServlet config