Hello Python User,
I am using python in an openlayers application to access another
server on my network via javascript. The proxy script works fine
when the application runs in Apache HTTP Server, but I get a
"" error after moving
the application to Tomcat. The tomcat cgi configuration teste
Thank you for the response. I have been using
urllib2.urlopen("http://www.openlayers.org";), so I can rule out the
url being incorrect. Since my original question I can add the
following:
1. I am not using a proxy to connect to the internet
2. I added these lines to the script:
...