Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 95309 invoked from network); 13 Jul 2008 20:51:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Jul 2008 20:51:02 -0000 Received: (qmail 93844 invoked by uid 500); 13 Jul 2008 20:51:01 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 93673 invoked by uid 500); 13 Jul 2008 20:51:00 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 93662 invoked by uid 99); 13 Jul 2008 20:51:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Jul 2008 13:51:00 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Jul 2008 20:50:08 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A8495234C164 for ; Sun, 13 Jul 2008 13:50:31 -0700 (PDT) Message-ID: <1561311404.1215982231675.JavaMail.jira@brutus> Date: Sun, 13 Jul 2008 13:50:31 -0700 (PDT) From: "Kevan Miller (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Updated: (GERONIMO-4200) Create plugins to enable cgi-bin support in Geronimo In-Reply-To: <978362674.1215980431620.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GERONIMO-4200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevan Miller updated GERONIMO-4200: ----------------------------------- Attachment: cgi-bin.war The attached war file seems to enable cgi-bin support using Tomcat's CGIServlet class. CGIServlet does not support absolute file urls (only files relative to the war). So, it's not easy to have a cgi-bin directory in the root of your Geronimo installation. It would be relatively easy to update CGIServlet to support absolute file addressing (or at least relative to a Geronimo installation). If you want to use cgi-bin in your Geronimo installation, try the following: {code} cd $GERONIMO_HOME mkdir cgi-bin cd cgi-bin jar xvf /cgi-bin.war ../bin/deploy.sh deploy --inPlace . {code} Place your executables in the cgi-bin directory. Note that this is less than ideal in that you have the WEB-INF deployment plan/deployment descriptor in your cgi-bin directory. > Create plugins to enable cgi-bin support in Geronimo > ---------------------------------------------------- > > Key: GERONIMO-4200 > URL: https://issues.apache.org/jira/browse/GERONIMO-4200 > Project: Geronimo > Issue Type: New Feature > Security Level: public(Regular issues) > Reporter: Kevan Miller > Fix For: 2.1.x, 2.2 > > Attachments: cgi-bin.war > > > A user asked about enabling cgi-bin support in Geronimo. Would be nice if we had Jetty/Tomcat plugins to enable this support. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.