Have you gotten the Tomcat examples to work yet? Once you've done that you'll need to be sure you map *.do to be processed by Tomcat (Just like you had to do so that the JSP pages would work). This is really a tomcat-user question :-)

Marc AMIR-TAHMASSEB wrote:

Hi,

i have a login page and every thing works well when i use the 8080 port :
http://server:8080/test/index.jsp
the login.do isasked and the action is realised.

But when i use http://server/test/index.jsp and that i submit the form, then the following url is displayed wue a "not found page"
http://server/test/Login.do

why ?

thank's

Marc

--
Eddie Bush



--
To unsubscribe, e-mail:   <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Reply via email to