Re: [JBoss-user] CGI support in JBOSS?

2002-06-02 Thread Jules Gosnell
I, and jboss comes bundled with it. > Randy > > > From: Kevin Dombroski <[EMAIL PROTECTED]> > To: "'[EMAIL PROTECTED]'" ><[EMAIL PROTECTED]> > Date: Thu, 28 Jun 2001 09:42:11 -0400 > Subject: [JBoss-user] CGI support in JBOSS? >

Re: [JBoss-user] cgi

2001-06-30 Thread Richard Bottoms
At 10:12 AM 6/30/01 -0400, you wrote: >Ah, neat, that's something I've been wondering how to do :) The only thing >stopping us from using JBoss/Tomcat for everything in our development >environment is the lack of cgi support. Didn't think of writing a >CGIServlet. > >David Green Perl is still ve

Re: [JBoss-user] cgi

2001-06-30 Thread David Green
Ah, neat, that's something I've been wondering how to do :) The only thing stopping us from using JBoss/Tomcat for everything in our development environment is the lack of cgi support. Didn't think of writing a CGIServlet. David Green On Fri, 29 Jun 2001, Richard Bottoms wrote: > Just came acro

Re: [JBoss-user] cgi

2001-06-29 Thread Julian Gosnell
Jetty comes with a CGI Servlet. Jules Richard Bottoms wrote: > Just came across something interesting in WebLogic's docs: > > > CGIServlet > /cgi-bin/* > > > Is there support for CGI's available or planned for jboss-tomcat? > > r.b. > > ___ > JBoss

Re: [JBoss-user] cgi

2001-06-29 Thread Allen fogleson
ainer. Al - Original Message - From: Richard Bottoms <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 29, 2001 1:59 PM Subject: Re: [JBoss-user] cgi > At 12:31 PM 6/29/01 -0500, you wrote: > >That's really a question for the Tomcat list. It would certain

Re: [JBoss-user] cgi

2001-06-29 Thread Richard Bottoms
At 12:31 PM 6/29/01 -0500, you wrote: >That's really a question for the Tomcat list. It would certainly be >possible to build a servlet that runs a CGI script, Yes, it sounds like the WebLogic setup is closer to the jboss-tomcat-apache grail that gets asked about from time to time. r.b. __

Re: [JBoss-user] cgi

2001-06-29 Thread danch (Dan Christopherson)
That's really a question for the Tomcat list. It would certainly be possible to build a servlet that runs a CGI script, but from my experience execing from Java can be a bit dodgy when it comes to error conditions. Not to mention being the worst way possible to do dynamic web content (flog you

[JBoss-user] cgi

2001-06-29 Thread Richard Bottoms
Just came across something interesting in WebLogic's docs: CGIServlet /cgi-bin/* Is there support for CGI's available or planned for jboss-tomcat? r.b. ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/j

[JBoss-user] CGI support in JBOSS?

2001-06-28 Thread Kemp Randy-W18971
uot;'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> Date: Thu, 28 Jun 2001 09:42:11 -0400 Subject: [JBoss-user] CGI support in JBOSS? Reply-To: [EMAIL PROTECTED] This message is in MIME format. Since your mail reader does not understand this format, some or all of

[JBoss-user] CGI support in JBOSS?

2001-06-28 Thread Kevin Dombroski
Title: CGI support in JBOSS? Is there support for CGI under Jboss? I don't see any mention in the docs - please let me know.