I do not have apache installed on this server.  I was hoping to be able to do
everything I want with just one server.  I understand that if I cannot get
this to work with Tomcat, then I will have to install apache as well.  But I
have to try.
--Alex
 

Alex Brelsfoard 
Web Applications Developer 
Web Development Office 
Worcester Polytechnic Institute 
508-831-6147 
[EMAIL PROTECTED] 

 

________________________________

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 08, 2005 3:52 PM
To: Brelsfoard, Alex
Subject: Re: Trouble getting CGI script to execute


In a message dated 2/8/2005 3:45:01 PM Eastern Standard Time, [EMAIL PROTECTED]
writes:

        
        I have edited the part in the web.xml conf file referencing the cgi
servlet to verify that the cgi-bin folder containing my script is being
affected, and it is.

cgi has nothing to do with tomcat or web.xml.
You should be able to run cgi program from Apache without integrating Tomcat
which is J2EE Servlet container.
go to apache default port http://localhost:80/cgi-bin/<prog>
 
 

Reply via email to