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

2016-09-14 Thread Venkata Reddy P
YES Tim, in webapps/auth/WEB-INF/lib -Original Message- From: Tim Watts [mailto:t...@cliftonfarm.org] Sent: Wednesday, September 14, 2016 6:00 PM To: Tomcat Users List Subject: RE: tomcat8 unable to load the Resource/property file from jar On Wed, 2016-09-14 at 11:54 +, Venkata

Question on parallel deployment

2016-09-14 Thread Felipe Jaekel
Hi, I've been using parallel deployment successfully with JSF based webapps for some years. Now I'd like to use it with some web service based webapps (CXF). I noticed on Tomcat Manager that these webapps doesn't create sessions on the requests. I use *undeployOldVersions="true"* on server.xml,

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

2016-09-14 Thread Venkata Reddy P
Thanks Chris for replying. I have tried placing all the jars into webapps/auth/web-inf/lib folder but still getting the null value. Is there any way to confirm the property file in tomcat classpath? Many Thanks. -Original Message- From: Christopher Schultz

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

2016-09-14 Thread Tim Watts
On Wed, 2016-09-14 at 11:54 +, Venkata Reddy P wrote: > Thanks Chris for replying. > > I have tried placing all the jars into webapps/auth/web-inf/lib > folder but still getting the null value. > You mean WEB-INF/lib not web-inf/lib, right? Case matters. > Is there any way to confirm the

Re: Question on parallel deployment

2016-09-14 Thread Chris Gamache
Hi Felipe, It is my experience that Tomcat will continue to process long-running old requests while new requests get served the new version of the webapp. When the requests are finished processing Tomcat will undeploy the old version of the webapp (undeployOldVersions="true"). If you do happen

Re: Apache TomCat 5.5

2016-09-14 Thread Daniel Küppers
Hello EveryOne, As new bee of Apache. We have been using one of the old Apache TomCat on windows server 2008R2, IIS 7. After we purchased and installed the SSL certificate. We need to apply a header directive in Apache "Strict-Transport-Security" so that our web site would be secured as

Apache TomCat 5.5

2016-09-14 Thread Pham, Mary (NIH/OD/ORS) [E]
Hello EveryOne, As new bee of Apache. We have been using one of the old Apache TomCat on windows server 2008R2, IIS 7. After we purchased and installed the SSL certificate. We need to apply a header directive in Apache "Strict-Transport-Security" so that our web site would be secured as the

Using hashes in tomcat-users.xml

2016-09-14 Thread Paquin, Brian
I was able to setup Tomcat 8.0.35 to use a SHA hashed password in tomcat-users.xml (trying to secure the Manager app a bit more), but the same setup does not work on 8.5.5. Is there something I need to change to get this to work again? server.xml engine:

RE: Apache TomCat 5.5

2016-09-14 Thread Caldarale, Charles R
> From: Pham, Mary (NIH/OD/ORS) [E] [mailto:maryp...@mail.nih.gov] > Subject: Apache TomCat 5.5 > We have been using one of the old Apache TomCat on windows server 2008R2, IIS > 7. Firstly, it's Tomcat, not TomCat. > We need to apply a header directive in Apache "Strict-Transport-Security" so

RE: Apache TomCat 5.5

2016-09-14 Thread Pham, Mary (NIH/OD/ORS) [E]
Hi Daniel, A new bee has to learn on an outdated systems! We cann't up upgrade due to dependency of apps and forms, that's what I've learned. Thank you for the link. To be honest I do not know what to do yet. I've checked and seen several web.xml files, in different directoriesSome I

Re: Fwd: Compiling Tomcat Native 1.2.8

2016-09-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Pierce, On 9/12/16 4:32 PM, Pierce Allen wrote: > I run a collection Tomcat web servers on Redhat 7.2 (up-to-date) > > Normally we like to compile and use the latest stable version of > Tomcat Native we can get our hands on (currently the one that

Re: Using hashes in tomcat-users.xml

2016-09-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Brian, On 9/14/16 3:40 PM, Paquin, Brian wrote: > I was able to setup Tomcat 8.0.35 to use a SHA hashed password in > tomcat-users.xml (trying to secure the Manager app a bit more), > but the same setup does not work on 8.5.5. > > Is there

Re: AccessLogValve logging incorrect/cached data

2016-09-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ryan, On 9/13/16 5:13 PM, Ryan Melissari wrote: > We have recently noticed that our Tomcat installation is writing > incorrect data to the localhost_access_log. It seems to be writing > cached data of a previous request for some or all of the

Re: HttpServletRequest.login & remoteUser null

2016-09-14 Thread nclemeur
>> Hello, >> >> I am using HttpServletRequest.login to authenticate users on an ajax >> call. >> This is working fine and the relevant realm is queried. However, on >> subsequent requests, I have quite often the remote user being null >> despite >> having the correct JSESSION cookie set from the

Re: Apache TomCat 5.5

2016-09-14 Thread tomcat
Mary, have a look here : http://tomcat.apache.org/whichversion.html Tomcat 5.5 was first released about 10 years ago, and the last modification to it was in 2012. The current "stable" version is Tomcat 8.5.5. For Open Source and free software such as Apache Tomcat, that means that your chances