Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 7634 invoked from network); 13 Aug 2002 13:47:04 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 13 Aug 2002 13:47:04 -0000 Received: (qmail 24254 invoked by uid 97); 13 Aug 2002 13:47:06 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 24211 invoked by uid 97); 13 Aug 2002 13:47:05 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 24197 invoked by uid 98); 13 Aug 2002 13:47:05 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) X-igwMailID: g7DDhlE510126.U01 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: SOCKS and Tomcat X-MimeOLE: Produced By Microsoft Exchange V6.0.4712.0 Date: Tue, 13 Aug 2002 07:47:03 -0600 Message-ID: <937C569D59958647808DB338926A1D3F292F0E@keystone.Eppendorf-5Prime.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: SOCKS and Tomcat Thread-Index: AcJCz+f57rzbtfjeR1C+0TRCJxJPyg== From: "Rutledge, Aaron" To: "Tomcat Users List (E-mail)" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Sorry list, I'm trying this again. It got quickly buried last time, and I just KNOW someone out there has run into this configuration problem before. Plus, I really have nowhere else to look--I've checked every other resource I can think of. 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(Native Method) at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:295) at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:161) at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:148) at java.net.Socket.connect(Socket.java:425) at java.net.Socket.connect(Socket.java:375) at sun.net.NetworkClient.doConnect(NetworkClient.java:139) at sun.net.www.http.HttpClient.openServer(HttpClient.java:366) at sun.net.www.http.HttpClient.openServer(HttpClient.java:582) at sun.net.www.http.HttpClient.(HttpClient.java:292) at sun.net.www.http.HttpClient.(HttpClient.java:253) at sun.net.www.http.HttpClient.New(HttpClient.java:321) at sun.net.www.http.HttpClient.New(HttpClient.java:306) at sun.net.www.http.HttpClient.New(HttpClient.java:301) ...and so on I found on a really old post that I need to set TOMCAT_OPTS =3D -DsocksProxyHost=3D -DsocksProxyPort=3D1080 I have set an environmental variable (I am using W2K), but I am still having problems. Is there something more I need to do? I can't find any documentation on this. Any help GREATLY appreciated! =20 Best regards, Aaron =20 -- To unsubscribe, e-mail: For additional commands, e-mail: