Hi All,
I am in process of migrating my application from tomcat 7.0.70 to 8.5.5 and
getting some issues
My connector settings of 7.0.70 is
And connector settings of 8.5.5 is
Thank you Christopher.
I have tried it and still getting the null value.
URL url =
Auth.class.getClassLoader().getResource("/com/trianz/auth/auth.properties");
The Auth.java is part of other jar called tools.jar
My jars:
1)auth.jar
com/trianz/auth/*.java
com/trianz/auth/auth.properties
2)t
-Original Message-
From: André Warnier (tomcat) [mailto:a...@ice-sa.com]
Sent: Wednesday, August 31, 2016 5:25 PM
To: users@tomcat.apache.org
Subject: Re: Why is Tomcat sending "Connection: close?"
Hi.
Please do not top-post your responses on this list.
See : http://tomcat.apache.org/lis
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Manish,
On 9/9/16 2:47 AM, Palod, Manish wrote:
> Hi All, Previously I was using apache web server and tomcat for SSL
> redirection and web server, in that case redirection from apache to
> tomcat was working fine.
>
> Now I have removed the apache
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Venkata,
On 9/9/16 5:18 AM, Venkata Reddy P wrote:
> I have tried it and still getting the null value. URL url =
> Auth.class.getClassLoader().getResource("/com/trianz/auth/auth.propert
ies");
>
> The Auth.java is part of other jar called tools.jar
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Manish,
On 9/9/16 3:26 AM, Palod, Manish wrote:
> Hi All,
>
> I am in process of migrating my application from tomcat 7.0.70 to
> 8.5.5 and getting some issues
>
> My connector settings of 7.0.70 is protocol="HTTP/1.1" SSLEnabled="true" maxThread
These jars are deployed in common folder to make use of my two web
applications. I have modified the catalina.properties file to load these jars
by tomcat server.
Many thanks.
-Original Message-
From: Christopher Schultz [mailto:ch...@christopherschultz.net]
Sent: 10 September 2016 00
I'm considering writing a secondary diagnostics service for my CXF REST app
running in Tomcat (TomEE) that can return some information about the number of
calls to the main service in a particular time period. Is there an API I can
use in Java that will give me access to the current access log