Re: CGI on Tomcat 5.5.28

2009-12-07 Thread Mark Thomas
nicoli wrote: > Mark, > > I also tried to run it from http://localhost/cgi-bin/cognos.cgi > but for some reason IE doesn't find cognos.cgi in that directory, even > WEB-INF/cgi value is specified for cgiPathPrefix: > > cgiPathPrefix > WEB-INF/cgi > > > Th

Re: CGI on Tomcat 5.5.28

2009-12-07 Thread nicoli
Mark, I also tried to run it from http://localhost/cgi-bin/cognos.cgi but for some reason IE doesn't find cognos.cgi in that directory, even WEB-INF/cgi value is specified for cgiPathPrefix: cgiPathPrefix WEB-INF/cgi Thank you markt-2 wrote: > > nicol

Re: CGI on Tomcat 5.5.28

2009-12-07 Thread Mark Thomas
nicoli wrote: > Hi Mark, > > Thank you for quick response. > I'm using URL as http://localhost/cognos.cgi > cognos.cgi is located in Tmcat's ROOT directory. > What IE is doing - just asking to choose program to open cognos.cgi > The same issue happens when it’s trying to open cognos.cgi file from

Re: CGI on Tomcat 5.5.28

2009-12-07 Thread nicoli
Hi Mark, Thank you for quick response. I'm using URL as http://localhost/cognos.cgi cognos.cgi is located in Tmcat's ROOT directory. What IE is doing - just asking to choose program to open cognos.cgi The same issue happens when it’s trying to open cognos.cgi file from a virtual directory that I

Re: CGI on Tomcat 5.5.28

2009-12-07 Thread André Warnier
nicoli wrote: Hi, I have installed Tomcat 5.5.28 on my Windows XP computer. I did all recommended changes to a web.xml: - uncommented cgi org.apache.catalina.servlets.CGIServlet debug 0 cgiPathPrefix WEB-I

Re: CGI on Tomcat 5.5.28

2009-12-07 Thread Mark Thomas
nicoli wrote: > But when I'm trying to execute cgi module from IE, it doesn't recognize it > as executable. > Please help. > What is wrong? A few questions: - What URL are you requesting ? - Where is the cgi script located in the web app? Mark