> Wouldn't "/Login.do" make the server look for a "Login.do" 
> resource at the root of the server?

Web.xml is usually set up to intercept *any* request ending in .do and send
it to the Struts ActionServlet. ActionServlet will then look for "/Login"
(in this case) in an "action" definition in struts-config.xml. In my
struts-config.xml, and I think it's the standard way to do it, all the path
attributes of the action definitions start with "/". So using "/Login.do"
would work as expected.


--
Tim Slattery
[EMAIL PROTECTED]


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

Reply via email to