AW: Tomcat Version 7.0.34 + jdk 1.6 is not supporting TLS Protocol TLS1.2

2016-12-15 Thread Frank.Pientka
This was a typo, no plans for tls 1.3 in java yet -Ursprüngliche Nachricht- Von: Christopher Schultz [mailto:ch...@christopherschultz.net] Gesendet: Donnerstag, 15. Dezember 2016 22:36 An: Tomcat Users List Betreff: Re: Tomcat Version 7.0.34 + jdk 1.6 is not

Re: Tomcat Version 7.0.34 + jdk 1.6 is not supporting TLS Protocol TLS1.2

2016-12-15 Thread Frank.Pientka
It's correct that Java7 is sufficient for tls1.2 but to be more secure and use recent cipher suits I recommend use java8 which is the only maintained version by Oracle > Am 15.12.2016 um 16:55 schrieb Hrivnak, Dan : > > > > On 12/15/16, 9:19 AM,

Re: Tomcat Version 7.0.34 + jdk 1.6 is not supporting TLS Protocol TLS1.2

2016-12-15 Thread Frank.Pientka
Q1 use recent java8 Version if you want secure TLS 1.3 choose right cipher. https://wiki.apache.org/tomcat/Security/Ciphers q2 Jre8u122+Tomcat 7.0.73 Q3 Upgrade should be easy and you need it for Tls1.2 Question 1. DO we need to upgrade Tomcat Version and Java Version, if yes which version we

Re: Issue with tomcat 8.0.39 and Jasper reports

2016-12-10 Thread Frank.Pientka
Try start Tomcat with strict compliance enabled. Add the following to your startup script. -Dorg.apache.catalina.STRICT_SERVLET_COMPLIANCE=true When STRICT_SERVLET_COMPLIANCE is set to true, Tomcat will always send an HTTP Content-type header when responding to requests. This is significant as

Apache Tomcat Maven Plugin Tomcat 8.5 support

2016-12-09 Thread Frank.Pientka
Hi there The Apache Tomcat Maven Plugin supports only Apache Tomcat/7.0.47. http://tomcat.apache.org/maven-plugin-trunk/ Does anybody know if a Tomcat8.5 support is planned or has an alternative eg. build an own launcher main class Thanks for reply Frank

AW: log4j2 configuration in Tomcat 8.5.8

2016-12-05 Thread Frank.Pientka
OK Rainer i moved log4j-core-2.6.2.jar, log4j-api-2.6.2.jar, log4j-jul-2.6.2.jar and log4j2.xml to $CATALINA_HOME/bin Then changed set JAVA_OPTS=-Djava.util.logging.manager=org.apache.logging.log4j.jul.LogManager set LOGGING_CONFIG=-DnoOpp set

log4j2 configuration in Tomcat 8.5.8

2016-12-04 Thread Frank.Pientka
It's a little bit frustrating to configure Tomcat 8.5.8 with log4j2. I put the following jars in $CATALINA_HOME/lib log4j 2 core (log4j-core-2.6.2.jar) log4j 2 api (log4j-api-2.6.2.jar) Delete the file $CATALINA_HOME/conf/logging.properties Put the new log4j 2 config file