Re: Struts2

2012-07-03 Thread Takanori Hayashi
Hello Avinash, Confirm context root configuration and URL. Could you show us the URL and the context.xml? Takanori (2012/07/03 17:34), Avinash wrote: Dear sir, I have design the login page in struts2 framework and i am using tomcat7 in eclipse(indigo). The tomcat server perfectly

Re: Struts2

2012-07-03 Thread Avinash
login.jsp <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <%@taglib prefix="s" uri="/struts-tags"%> http://www.w3.org/TR/html4/loose.dtd";> Insert title here web.xml http://www.w3.org/2001/XMLSchema-instance"; xmln

Re: Struts2

2012-07-03 Thread G.H.Vijayakumar
It's better to share your code to find the bug that makes 404 error. On Tue, Jul 3, 2012 at 2:04 PM, Avinash wrote: > Dear sir, >I have design the login page in struts2 framework and i am using > tomcat7 in eclipse(indigo). The tomcat server perfectly run in the browser > but after

Re: Struts2

2012-07-03 Thread Ɓukasz Lenart
2012/7/3 Avinash : > Dear sir, >I have design the login page in struts2 framework and i am using > tomcat7 in eclipse(indigo). The tomcat server perfectly run in the browser > but after execution my program , that will show 404 error. So sir please > guide me how to find the error and w

Struts2

2012-07-03 Thread Avinash
Dear sir, I have design the login page in struts2 framework and i am using tomcat7 in eclipse(indigo). The tomcat server perfectly run in the browser but after execution my program , that will show 404 error. So sir please guide me how to find the error and where it occured. -- View t