RE: Tomcat 5.5 Possible Context Question

2006-02-28 Thread Scott Purcell
calling the url-entry. Thanks, Scott -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 28, 2006 10:26 AM To: Tomcat Users List Subject: RE: Tomcat 5.5 Possible Context Question > From: Scott Purcell [mailto:[EMAIL PROTECTED] > Subject:

Re: Tomcat 5.5 Possible Context Question

2006-02-28 Thread Mike Sabroff
I saw the response from chuckif the invoker servlet is a security risk, and only the mappings need to be done, then that is the way you should do it. Mike Sabroff wrote: Do you have the servlet definitions and mappings in the web.xml for the apps? Also remember (i think) seeing something a

Re: Tomcat 5.5 Possible Context Question

2006-02-28 Thread Mike Sabroff
Do you have the servlet definitions and mappings in the web.xml for the apps? Also remember (i think) seeing something about tomcat 5 not using the invoker servlet by default anymore. If that is true, it would need to be uncommented in the web.xml file in the conf directory Scott Purcell wrote

RE: Tomcat 5.5 Possible Context Question

2006-02-28 Thread Caldarale, Charles R
> From: Scott Purcell [mailto:[EMAIL PROTECTED] > Subject: Tomcat 5.5 Possible Context Question > > Is a context entry required somewhere > in order to fire up servlets? No, it's only required when you need some Tomcat-specific attributes for the webapp, such as definiti

Tomcat 5.5 Possible Context Question

2006-02-28 Thread Scott Purcell
Running Tomcat 5.5.15 on Win 2000. Originally we were running Tomcat 4.x?. So in order to upgrade our administrator loaded 5.5.15 and copied (copied) the webapps from the 4.x to the 5.5.15. There are currently four sites running, and I can hit the index.html for each context. But I cannot i