On 04/06/2024 05:07, Tom Robinson wrote:
Hi,
We are running a tomcat7 application
You do realise that support for Tomcat 7 ended on 31 March 2021 don't you?
on our LAN which gets redirected from
a private, internal IP Address to an external ip address at which point it
fails. I can't find wh
Hi,
We are running a tomcat7 application on our LAN which gets redirected from
a private, internal IP Address to an external ip address at which point it
fails. I can't find where this is happening.
Where and what can I check for this redirect and how to control it or
switch it off all together.
Terence, thanks for your reply! best, Jenny
On Sun, Jun 2, 2024 at 3:11 AM Terence M. Bandoian
wrote:
> A long time ago (Tomcat 7), I would see a Tomcat memory leak detection
> error on shutdown if the JDBC driver was located in WEB-INF/lib but not
> if it was in the Tomcat lib directory. Explici
Chris,
Thanks for your suggestion!
Another question I would like to confirm with you is if we have to remove
the ojdbc jar file from our web application’s web-inf/lib folder or not.
The reason of our concern is that we need to use the same code base to
create a jar file and deploy it to stone br
Thanks for the quick response, I had hostname matching been banging my head
on this for a while.
I just fixed it - something is up with using a default constructor for
SSLHostConfigCertificate (orig was new SSLHostConfigCertificate ()) and
possibly with setting the keystore directly from the bu
On 03/06/2024 09:16, Adam Danischewski wrote:
Not sure why I'm getting:
Caused by: java.lang.NullPointerException: Cannot invoke
"org.apache.tomcat.util.net.SSLHostConfig.getProtocols()" because
"this.sslHostConfig" is null
You haven't configured a default SSLHostConfig.
Either use "_default
Using Embedded Tomcat 10 in SpringBoot, trying to manually configure a new
HTTPS/SSL port. I've got the following SSL bundle set in my application
properties (fairly sure this part is working fine):
spring.ssl.bundle.jks.rbupbundle.key.alias=RBup
spring.ssl.bundle.jks.rbupbundle.keystore.location