Re: AW: SSLLabs scan shows TLSv1.0 and TLSv1.1 even though I have sslProtocol="TLSv1.2"

2022-08-10 Thread Jason Hall
If you have another network device in front of your server - that could be what is trumping the app server's settings. For example - We have an F5 device sitting in front of our app server - so SSLLabs will pick up those settings before it even hits my actual app server. thanks,

Re: is too quick to respond

2022-02-20 Thread Jason Hall
Not sure about Tomcat, but what IBM Liberty does is: It "will" try to redeploy the war when it detects a file change - and it does fail naturally since the war isn't complete. BUT - it will keep trying since during the upload, the timestamp and file size automatically keeps changing - so at

Re: Tomcat in Netbeans 11.1

2019-10-31 Thread Jason Hall
this wont fix your original issue. But from a certain version of tomcat onward, I found that the server will not start unless you go to in netbeans and select "no proxy". and also when you right click the Tommcat server in the services tab to get to the server properties - click the correct

Re: Apache Tomcat 8.5.24 SSL Configuration

2017-12-21 Thread Jason Hall
- Original Message - From: Thomas Delaney To: Tomcat Users List Sent: Thu, 21 Dec 2017 17:24:06 -0500 (EST) Subject: Re: Apache Tomcat 8.5.24 SSL Configuration Thank you for the input so far! I have used both java versions jdk 1.7.0_79

Re: jasper

2016-11-08 Thread Jason Hall
java code to compile if you wish, unless you know what versions of tomcat with the associated jasper changes that may have caused this ? thanks, Jason - Original Message ----- From: "Jason Hall" <jason.h...@mchsi.com> To: "Tomcat Users List" <users@tom

jasper

2016-11-04 Thread Jason Hall
Possible issue with generated source from jsp(s). I current installed Tomcat 8.5.6 and use it with netbeans. On one of my JSP files, it is creating a source file with a try/catch block that is MUCH greater than the 64K limit set by the JVM. On glassfish and websphere, this does not