orcus
Joined: 22/01/2007 16:10:52
Messages: 136
Offline
|
How to setup Jetty to use CGI scripts is more a question for http://www.mortbay.org/ where Jetty is hosted.
Anyways, there is a CGI servlet for Jetty (look for org.mortbay.servlet.CGI class).
Take a loot at their Jetty and PHP docs. It may give you a clue on how to make use of it.
I have also seen a post by Michael Ivey at May 27, 2004 14:54, which says:
CGIs would seem to be a bad choice, performance-wise, because of the JVM startup for each invocation.
|