Re: Enabling CGI in Tomcat 6 affect all webapps.

2009-02-23 Thread Mark Thomas
denis.r wrote: > > > Mark Thomas-18 wrote: >> denis.r wrote: Hi, I followed the instructions on how to enable CGIs in Tomcat 6 found at: http://tomcat.apache.org/tomcat-6.0-doc/cgi-howto.html . This works fine for my webapp that has a CGI, but unfortunately it affects ALL

Re: Enabling CGI in Tomcat 6 affect all webapps.

2009-02-23 Thread denis.r
Mark Thomas-18 wrote: > > denis.r wrote: >>> Hi, >>> I followed the instructions on how to enable CGIs in Tomcat 6 found at: >>> http://tomcat.apache.org/tomcat-6.0-doc/cgi-howto.html . This works fine >>> for >>> my webapp that has a CGI, but unfortunately it affects ALL my webapps >>> within

RE: Enabling CGI in Tomcat 6 affect all webapps.

2009-02-23 Thread Caldarale, Charles R
> From: denis.r [mailto:denis.rac...@hp.com] > Subject: Enabling CGI in Tomcat 6 affect all webapps. > > This works fine for my webapp that has a CGI, but > unfortunately it affects ALL my webapps Instead of uncommenting the CGIServlet area in conf/web.xml, copy the and entries for cgi to the d

Re: Enabling CGI in Tomcat 6 affect all webapps.

2009-02-23 Thread Mark Thomas
denis.r wrote: > Hi, > > I followed the instructions on how to enable CGIs in Tomcat 6 found at: > http://tomcat.apache.org/tomcat-6.0-doc/cgi-howto.html . This works fine for > my webapp that has a CGI, but unfortunately it affects ALL my webapps within > the container. Even those that don't have