Confused by index.jsp, welcome.jsp, and logon.jsp

2003-09-09 Thread Caroline Jen
Hi, I am new to Struts. I have read the logon example presented in Husted's Struts in Action and deployed the logon.war on my machine. Everything works exactly like what says in the book. However, I am confused -- My question is why I entered http://localhost:8080/logon and the welcome.jsp is

Re: Confused by index.jsp, welcome.jsp, and logon.jsp

2003-09-09 Thread Jim Collins
unfortunately prior to this you can only specify jsp's or html pages. I hope this helps. Regards Jim. - Original Message - From: Caroline Jen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 09, 2003 9:36 PM Subject: Confused by index.jsp, welcome.jsp, and logon.jsp Hi, I am new

Re: Confused by index.jsp, welcome.jsp, and logon.jsp

2003-09-09 Thread Bryce Fischer
In my mind, http://localhost:8080/logon tells to look for logon.do. According to the action mappings: action path=/Logon That would be http://localhost:8080/logon/Logon.do the logon (lowercase l) is the application context. By typing http://localhost:8080/logon, you access the