You mention that you get a 404, a few questions... First, does this 404 come from the struts filter or the application server? When I am working, I can usually tell the difference because 404s coming from the struts filter generally indicate "Action" or "Action Mapping" not found. In the even that the Application Server throws up the 404, it will indicate that the "Resource" is not found.
Also, you said that the form is trying to hit login.do, do you have ".do" mapped as an extension in your struts.xml? I don't think it's one of the defaults, the struts filter defaults to processing .action,, which is .action extension and no extension. -Wes On Fri, Jan 15, 2010 at 12:51 PM, CRANFORD, CHRIS <chris.cranf...@setech.com> wrote: > > I was using Struts 2.1.6 along with XWork2 2.1.2. After finding a bug > with XWork2, it was recommended that this package be upgraded. As a > result, XWork2's later release depends on 2.1.8.1 of Struts2 and thus I > had to upgrade all my jars. Now web application no longer works. > > When I navigate to my http://localhost:8080/myapp/ URL it sends me to > the welcome page like it always has. But when I submit the login form > that was presented, it goes to http://localhost:8080/myapp/login.do and > I get a 404 error saying the resource is not available. > > I have double checked both STRUTS.XML and WEB.XML against the blank and > show case web apps from 2.1.8.1 and nothing out of the ordinary jumps > out that explains why all of a sudden I have problems. > > Can anyone shed any light? > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > > -- Wes Wannemacher Head Engineer, WanTii, Inc. Need Training? Struts, Spring, Maven, Tomcat... Ask me for a quote! --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org