Re: [Codestriker-user] Setting up codestriker using Tomcat as webserver
Brought to you by:
sits
|
From: David S. <dav...@gm...> - 2008-07-06 23:04:59
|
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 |