Re: How to run CGI script using Apache tomcat server?

2014-11-19 Thread Sumankumar Panchal
Hi, I have resolved the issue. On Tue, Nov 18, 2014 at 1:21 PM, André Warnier a...@ice-sa.com wrote: Sumankumar Panchal wrote: Hello All, I would like to run CGI script using Apache tomcat server on Linux. I have added following lines in apache/conf/web.xml file.and create directory cgi

Re: How to run CGI script using Apache tomcat server?

2014-11-19 Thread Sumankumar Panchal
Hi, Problem is resolved after replace context to context privileged=true in apache/conf/context.xml file apart from other changes mentioned in my earlier mail. Regards, Suman On Tue, Nov 18, 2014 at 1:21 PM, André Warnier a...@ice-sa.com wrote: Sumankumar Panchal wrote: Hello All, I

How to run CGI script using Apache tomcat server?

2014-11-18 Thread Sumankumar Panchal
Hello All, I would like to run CGI script using Apache tomcat server on Linux. I have added following lines in apache/conf/web.xml file.and create directory cgi inside WEB-INF with all necessary file/dir permission. Still I am unable to run CGI script. can someone suggest me how to configure CGI

Re: How to run CGI script using Apache tomcat server?

2014-11-18 Thread André Warnier
Sumankumar Panchal wrote: Hello All, I would like to run CGI script using Apache tomcat server on Linux. I have added following lines in apache/conf/web.xml file.and create directory cgi inside WEB-INF with all necessary file/dir permission. Still I am unable to run CGI script. When you say