RE: Problem With proxi.cgi

2016-01-19 Thread Luciano Martin Galletti
blem With proxi.cgi > > To: users@tomcat.apache.org > > From: ma...@apache.org > > Date: Tue, 19 Jan 2016 22:45:46 + > > > > On 19/01/2016 19:21, Luciano Martin Galletti wrote: > > > Sorry was a typo error read this > > > > > >

RE: Problem With proxi.cgi

2016-01-19 Thread Luciano Martin Galletti
t; Date: Tue, 19 Jan 2016 22:45:46 + > > On 19/01/2016 19:21, Luciano Martin Galletti wrote: > > Sorry was a typo error read this > > > > Ok now i've web.xml under > > C:\Program Files\Apache Software Foundation\Tomcat > > 7.0\webapps\examples\WEB-INF

RE: Problem With proxi.cgi

2016-01-19 Thread Luciano Martin Galletti
> > > From: chuck.caldar...@unisys.com > > To: users@tomcat.apache.org > > Subject: RE: Problem With proxi.cgi > > Date: Tue, 19 Jan 2016 18:54:40 + > > > > > From: Luciano Martin Galletti [mailto:gallett...@hotmail.com] > > > Subject: RE: Problem Wit

RE: Problem With proxi.cgi

2016-01-19 Thread Luciano Martin Galletti
mples/cgi/proxy.cgi > From: chuck.caldar...@unisys.com > To: users@tomcat.apache.org > Subject: RE: Problem With proxi.cgi > Date: Tue, 19 Jan 2016 18:54:40 +0000 > > > From: Luciano Martin Galletti [mailto:gallett...@hotmail.com] > > Subject: RE: Problem With proxi.c

RE: Problem With proxi.cgi

2016-01-19 Thread Luciano Martin Galletti
url = fs.getvalue('url', "http://www.openlayers.org";) etc etc > Subject: Re: Problem With proxi.cgi > To: users@tomcat.apache.org > From: ch...@christopherschultz.net > Date: Tue, 19 Jan 2016 11:15:46 -0500 > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1

RE: Problem With proxi.cgi

2016-01-19 Thread Luciano Martin Galletti
> From: ma...@apache.org > Date: Tue, 19 Jan 2016 15:33:26 + > > On 19/01/2016 14:54, Luciano Martin Galletti wrote: > > yes i edited web.xml and not server.xml. > > Server.xml is n C:/tomcat7.0/conf and i didn't touch it > > > > i added context.xml

RE: Problem With proxi.cgi

2016-01-19 Thread Luciano Martin Galletti
i don't know if this help to understand where is the problem but in log file i've: gen 19, 2016 4:00:40 PM org.apache.catalina.core.ApplicationContext log INFORMAZIONI: Marking servlet cgi as unavailable gen 19, 2016 4:00:40 PM org.apache.catalina.core.StandardContext loadOnStartup GRAVE: Servlet

RE: Problem With proxi.cgi

2016-01-19 Thread Luciano Martin Galletti
ead() y.close() else: print "Content-Type: text/plain" print print "Illegal request." except Exception, E: print "Status: 500 Unexpected Error" print "Content-Type: text/plain" print print "

Problem With proxi.cgi

2016-01-19 Thread Luciano Martin Galletti
I’m tryng to use a proxy.cgi for my app developed in openlayer. But when i try to use the url of the cgi i can read the test of the file proxy.cgi and it’s not executed. I’ve modified the server.xml adding: cgi org.apache.catalina.servlets.CGIServlet d