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 Resource definitions. Were you using

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

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

RE: Tomcat 5.5 Possible Context Question

2006-02-28 Thread Scott Purcell
, and it looks much better 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