As has been mentioned earlier on this list, Tomcat does not have any CGI
capabilities.  This could, however, be implemented in a servlet.  A general
call went out to see if anyone was interested in writing one, but I did not
see any takers.

To implement what you want to work, you will need to place tomcat behind
another web server like apache or iis.  Then you can use them to do your
cgi, and tomcat to handle your servlets.

Regards,
Paul


-----Original Message-----
From: Pierre Roy [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 05, 2000 09:24 AM
To: [EMAIL PROTECTED]
Subject: Re: cgi-bin


I have installed a Web search engine (namely Subject Search Server v1.1).
This software directs search requests to
http://localhost:8080/cgi-bin/SSServer.exe
Therefore there is no .class nor .jsp file to be accessed !

----- Original Message -----
From: "Peter Choe" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, December 05, 2000 3:11 PM
Subject: Re: cgi-bin


> you don't put the .exe files anywhere.  you would put the .class files
> or the .jsp files in tomcat/webapps/your_application_directory
>
> > Pierre Roy wrote:
> >
> > Hi there,
> >
> > I'm running Tomcat on Windows 2000.  When I try to load
> > http://localhost:8080/cgi-bin I get a "page not found message" from my
> > browser.  Could someone tell me where I should put my .exe files, and
> > how I should configure Tomcat to find them?
> >
> > Thanks in advance,
> > Pierre


Reply via email to