Hi, Chris, Thanks for the prompt reply. You are right that this may not relate to Tomcat at all.
> How are you launching Tomcat? How are you setting these JVM parameters? The below is how I start up the tomcat /usr/bin/java -Djava.util.logging.config.file=/opt/xxx/conf/logging.properties -server -XX:+UseConcMarkSweepGC -Ds=app20 -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Djava.net.preferIPv4Stack=true -Xms512m -Xmx1g -XX:MaxPermSize=256m -DproxySet=true -DproxyHost=proxy-out -DproxyPort=3128 -Dhttp.nonProxyHosts="localhost|luceneserver.*|*.de.local" -Dhttp.proxyHost=proxy-out -Dhttp.proxyPort=3128 -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.endorsed.dirs=/opt/xxx/endorsed -classpath /opt/xxx/bin/bootstrap.jar -Dcatalina.base=/opt/xxx -Dcatalina.home=/opt/xxx -Djava.io.tmpdir=/opt/xxx/temp org.apache.catalina.startup.Bootstrap start > Can you confirm that the JVM is reading them properly and using the > values you expect? System.getProperty("http.proxyHost"); could return the expected value. So I think the JVM has its value set. > What code are you using to "access the external network"? Using HttpClient and there is no programatic logic to use the proxy. Nori On Wed, Dec 15, 2010 at 8:03 PM, Christopher Schultz <ch...@christopherschultz.net> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Noriyo, > > (Marking OT as this has nothing to do with Tomcat). > > On 12/15/2010 1:17 PM, Noriyo Koyama wrote: >> I'd like to have your advice on the recent strange behavior on the >> proxy JVM param. >> I use tomcat 6 with the JVM param such as below for enabling the proxy >> when the application access to the external network. >> -DproxySet=true -DproxyHost=proxy-out -DproxyPort=3128 >> -Dhttp.nonProxyHosts="localhost|luceneserver.*|*.de.local" >> -Dhttp.proxyHost=proxy-out -Dhttp.proxyPort=3128 > > How are you launching Tomcat? How are you setting these JVM parameters? > Can you confirm that the JVM is reading them properly and using the > values you expect? > >> Before it was working correct and recently we migrated the server and >> having the problem that the connection from the application is not >> using the proxy setting set at JVM param. (I don't have any >> authentication at the proxy.) > > What code are you using to "access the external network"? > >> Server version: Apache Tomcat/6.0.24 > > You should upgrade: Tomcat 6.0.29 is available. > >> JVM Version: 1.6.0_17-b04 > > You should upgrade: 1.6.0_20-b02 is available. > > - -chris > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.10 (MingW32) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ > > iEYEARECAAYFAk0JER0ACgkQ9CaO5/Lv0PAWKQCeILR2hlLB9tkQPlprU+J80tEZ > +GsAnRYJC0a4SX2zMXapm2is5Q4izDuq > =LXbc > -----END PGP SIGNATURE----- > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org