Re: URL path naming question, recommended naming conventions?

2004-01-05 Thread Jonathan Eric Miller
, Yoav [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, December 31, 2003 1:05 PM Subject: RE: URL path naming question, recommended naming conventions? Howdy, With tomcat 5 you can use a servlet as an index page, i.e. a welcome-file in web.xml. Don't use /servlet

URL path naming question, recommended naming conventions?

2003-12-31 Thread Jonathan Eric Miller
I'm developing an application that uses servlets and JSP. Currently, it is using a Model View Controller type setup where everything is going through a single servlet (I'm not using Struts) which forwards to JSPs that are located in WEB-INF. The path to my application is,

RE: URL path naming question, recommended naming conventions?

2003-12-31 Thread Shapira, Yoav
:[EMAIL PROTECTED] Sent: Wednesday, December 31, 2003 1:57 PM To: Tomcat User List Subject: URL path naming question, recommended naming conventions? I'm developing an application that uses servlets and JSP. Currently, it is using a Model View Controller type setup where everything is going through

Re: URL path naming question, recommended naming conventions?

2003-12-31 Thread Howard Watson
This is a link to a PDF with a good discussion of doing the things you talk about from your web.xml. http://java.sun.com/developer/Books/javaserverpages/servlets_javaserver/servlets_javaserver05.pdf [EMAIL PROTECTED] 12/31/03 11:56AM I'm developing an application that uses servlets and JSP.

Re: URL path naming question, recommended naming conventions?

2003-12-31 Thread Jonathan Eric Miller
using on my login page to be inaccessible. Jon - Original Message - From: Shapira, Yoav [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, December 31, 2003 1:05 PM Subject: RE: URL path naming question, recommended naming conventions? Howdy, With tomcat 5 you

Re: URL path naming question, recommended naming conventions?

2003-12-31 Thread Howard Watson
] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, December 31, 2003 1:05 PM Subject: RE: URL path naming question, recommended naming conventions? Howdy, With tomcat 5 you can use a servlet as an index page, i.e. a welcome-file in web.xml. Don't use /servlet as part of the URL unless you