Re: [Codestriker-user] Setting up codestriker using Tomcat as webserver
Brought to you by:
sits
|
From: manish j. <man...@gm...> - 2008-07-07 12:50:41
|
Thanks David for the reply but tomcat also supports CGI so theoretically codestriker should work under tomcat as per the codestriker document. I am asking if someone has done the setup of codestriker using tomcat, he/she can help me setting the codestriker directory structure properly under tomcat web-inf directory. On Mon, Jul 7, 2008 at 4:34 AM, David Sitsky <dav...@gm...> wrote: > Hi Manish, > > > I am trying to setup codestriker 1.9.5 using Tomcat as webserver. Does it > > work? I mean has anyone used tomcat to run codestriker successfully? > > Tomcat is a Java servlet container, and is designed for deploying Java > servlet/J2EE applications. Codestriker is a Perl CGI application, so > it needs to be deployed to a web-server that can support CGI scripts. > The most common choice for this is the Apache httpd server. > > Cheers, > David > |