Re: [OT] JVM http.proxyHost param is not activated

2010-12-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Noriyo, On 12/15/2010 2:38 PM, Noriyo Koyama wrote: 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.

Re: [OT] JVM http.proxyHost param is not activated

2010-12-16 Thread Noriyo Koyama
Thanks Chris, Yes , I also googled and see some post like that describes to use the proxy with programmatic code. And with the test code such as below could work in my environment without problem. But question is why it used to work without programmatic code but with JVM param. This probably more

Re: [OT] JVM http.proxyHost param is not activated

2010-12-15 Thread Christopher Schultz
-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

Re: [OT] JVM http.proxyHost param is not activated

2010-12-15 Thread Noriyo Koyama
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