[jira] Updated: (GERONIMO-4200) Create plugins to enable cgi-bin support in Geronimo

2008-12-17 Thread Donald Woods (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-4200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Donald Woods updated GERONIMO-4200:
---

Affects Version/s: 2.2
   2.1.4
Fix Version/s: (was: 2.1.4)
   (was: 2.2)
   Wish List

Also need a solution for Jetty users.
Moving to Wish List, as this is not critical enough to hold up the 2.2 release.

 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) 
Affects Versions: 2.1.4, 2.2
Reporter: Kevan Miller
 Fix For: Wish List

 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.



[jira] Updated: (GERONIMO-4200) Create plugins to enable cgi-bin support in Geronimo

2008-09-02 Thread Donald Woods (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-4200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Donald Woods updated GERONIMO-4200:
---

Fix Version/s: (was: 2.1.3)
   2.1.4

 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.4, 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.



[jira] Updated: (GERONIMO-4200) Create plugins to enable cgi-bin support in Geronimo

2008-07-23 Thread Joe Bohn (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-4200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joe Bohn updated GERONIMO-4200:
---

Fix Version/s: (was: 2.1.x)
   2.1.3

 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.3, 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.



[jira] Updated: (GERONIMO-4200) Create plugins to enable cgi-bin support in Geronimo

2008-07-13 Thread Kevan Miller (JIRA)

 [ 
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 path-to-war/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.