Tomcat and SOCKS proxy server

2002-08-12 Thread Rutledge, Aaron
I am trying to use Tomcat behind a SOCKS firewall. I have a servlet that is trying to access information outside the application context and I am getting the following exceptions java.net.NoRouteToHostException: No route to host: connect at java.net.PlainSocketImpl.socketConnect(Nati

Tomcat and SOCKS

2002-08-08 Thread Rutledge, Aaron
Hello, I am trying to get Tomcat working with a SOCKS firewall. Can this be done? I tried setting it like this... TOMCAT_OPTS=-DproxySet=true -DproxyHost= -DproxyPort=1080 ..without luck. Anyone been able to get this going? This was the only reference I've been able to find on getting T