application is not working after migrating from tomcat 7.0.70 to tomcat 8.5.5

2016-09-09 Thread Palod, Manish
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

RE: tomcat8 unable to load the Resource/property file from jar

2016-09-09 Thread Venkata Reddy P
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

RE: Why is Tomcat sending "Connection: close?"

2016-09-09 Thread John.E.Gregg
-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

Re: tomcat 7.0.70 redirection is not working as expected with https

2016-09-09 Thread Christopher Schultz
-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

Re: tomcat8 unable to load the Resource/property file from jar

2016-09-09 Thread Christopher Schultz
-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

Re: application is not working after migrating from tomcat 7.0.70 to tomcat 8.5.5

2016-09-09 Thread Christopher Schultz
-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

RE: tomcat8 unable to load the Resource/property file from jar

2016-09-09 Thread Venkata Reddy P
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

Practical to write code in webapp that can return metadata from current access log?

2016-09-09 Thread KARR, DAVID
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