Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Trouble with CGI

Hi,

On Thu, Apr 9, 2015 at 9:15 PM, Tim Halloran <hallorant@xxxxxxxxx> wrote:
> Hi,
>
> I'm trying to get Bugzilla running in Jetty via a "bugzilla.xml" file in the
> webapp directory. Below lists my attempt:

Please don't use the CGI servlet, but rather the FastCGI integration
that we have.
https://www.eclipse.org/jetty/documentation/current/fastcgi.html

Let us know if you succeed.

-- 
Simone Bordet
----
http://cometd.org
http://webtide.com
http://intalio.com
Developer advice, training, services and support
from the Jetty & CometD experts.
Intalio, the modern way to build business applications.


Back to the top