You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Craig McClanahan <Cr...@eng.sun.com> on 2000/04/12 05:02:26 UTC

Re: tomcat cgi

>  If one were to use tomcat standalone, how would one get it to process 
>cgis?
>
>  Thanx.
>
>  Jeff

At present, you would need to write or acquire a servlet that did it for you
-- converting a servlet request into the execution of the appropriate CGI
program.  I don't know of any such servlets off the top of my head.

On the other hand, using a web server to process the CGIs and Tomcat to do
the servlet requests is quite viable.

Craig McClanahan