Hello,

I updated tomcat under debian wheezy from tomcat6 to tomcat7.
We use access to external http/https webservices via proxy option  JAVA_OPTS in 
in /etc/default/tomcat6|7

-Dhttp.proxyHost=x.x.x.x -Dhttp.proxyPort=3128 -Dhttps.proxyHost=x.x.x.x 
-Dhttps.proxyPort=3128 -Dhttp.nonProxyHosts=*.domain.local

This is functional under tomcat6 but not under tomcat7
The java Version is not change.

Java:
[12:51:32] schoekek@92:~> sudo ls -lah /usr/lib/jvm
lrwxrwxrwx  1 root root   24 Jun 26  2016 default-java -> 
java-1.7.0-openjdk-amd64

[12:50:05] schoekek@f92:~> dpkg -l|grep jre
ii  default-jre-headless               1:1.7-47+deb7u2                          
 amd64        Standard Java or Java compatible Runtime (headless)
ii  openjdk-7-jre-headless:amd64       7u111-2.6.7-2~deb7u1                     
 amd64        OpenJDK Java runtime, using Hotspot JIT (headless)

Tomcat:
Ii   tomcat7                            7.0.28-4+deb7u8

Is the configuration option or location in tomcat7 change?

thx Karsten

PS: Debian Bugreport: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=848059


Reply via email to