Re: Tomcat running cgi?

2002-09-04 Thread Stephan Orme
In theory, yes. Go to the web.xml config file (/Library/WebServer/tomcat/conf/web.xml on my machine) and you will see commented out *2* sections dealing with CGI - you also have to rename a file. It's all detailed in the web.xml file. In practice, I haven't been able to get included CGI's to

Tomcat running cgi?

2002-08-30 Thread Joseph Lupo
We currently run our application on Tomcat 4, but we also are running an application (Big Brother) that needs to run CGI scripts. I want to try to drop Apache entirely since it is only there to handle the Big Brother semi-static pages. Is it possible to run these from Tomcat? By the way, I am

Tomcat running CGI scripts!!

2001-08-23 Thread Corey M. Ellis
Hi everyone, I have a dilemna, that I would like to know if there is a solution. We have Apache and Tomcat configured and is up and running a java application. We have mounted the entire / to tomcat so every request essentially goes to him. This setup was for application reasons, and cannot

Re: Tomcat running CGI scripts!!

2001-08-23 Thread Peter Hrastnik
Just read http://jakarta.apache.org/tomcat/tomcat-3.3-doc/tomcat-apache-howto.html. In Making Apache Serve your Context's Static Files you find a sample configuration that can help you. In your configuration every request is served by tomcat (ApJServMount / /root) and here only static files are