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
tandard way to do it. Now > that you suggested it, it makes perfect sense. I only want this enabled > for web apps that have CGIs defined, not the entire container. > > Denis > > > ----- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: user

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

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

Enabling CGI in Tomcat 6 affect all webapps.

2009-02-23 Thread denis.r
ployDirectories(HostConfig.java:889) at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:492) ... Denis -- View this message in context: http://www.nabble.com/Enabling-CGI-in-Tomcat-6-affect-all-webapps.-tp22161635p22161635.html Sent from the Tomcat - User mailing list archiv