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
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
> 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
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