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 CGIs. The webapps that don't have
> CGIs now get errors claiming they must set privileged in order to use
> CGIServlet, even though they aren't using CGIServlet. Is there any way to
> turn this on just for the webapp using CGIs?

Move the CGIServlet definition and mapping from the global web.xml
(CATALINA_BASE/conf/web.xml) to your web application's web.xml.

Mark


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to