Re: Finding proper jar archive

2016-07-31 Thread Mark Thomas
On 31/07/2016 16:20, leonidprokopets wrote: > Hi everybody > > I'm trying to run a project, written by other developer, under Tomcat 8.0.36. > I need to find a jar archive which contains > org.apache.tomcat.util.digester.Digester class WITH setRulesValidation > method. Those versions of

Re: Unusual failure of service after a long time

2016-07-31 Thread Mark Thomas
On 31/07/2016 18:01, Pradyut Bhattacharya wrote: > > Hi, > > > I had a unusual failure of service today after many months of continuous > server uptime and had to restart the server. Please do not hijack threads. You need to start a new thread to ask a new question. Mark > > The

Unusual failure of service after a long time

2016-07-31 Thread Pradyut Bhattacharya
Hi, I had a unusual failure of service today after many months of continuous server uptime and had to restart the server. The catalina.out logs are as under. I have attached the full log file although - 31-Jul-2016 15:39:01.324 SEVERE [main] org.apache.catalina.core.StandardServer.await

Re: Tomcat 8.0.33, Ubuntu 14.04.3 : shared classloader with embedded Tomcat 8

2016-07-31 Thread Pradyut Bhattacharya
hello From: oren peer Sent: Saturday, July 23, 2016 2:30 AM To: users@tomcat.apache.org Subject: Tomcat 8.0.33, Ubuntu 14.04.3 : shared classloader with embedded Tomcat 8 I have upgraded tomcat from version 7.0.34 to version 8.0.33, and

Finding proper jar archive

2016-07-31 Thread leonidprokopets
Hi everybody I'm trying to run a project, written by other developer, under Tomcat 8.0.36. I need to find a jar archive which contains org.apache.tomcat.util.digester.Digester class WITH setRulesValidation method. Those versions of tomcat-util.jar and apache-tomcat.util.jar that I managed to

Re: Custom Key Manager

2016-07-31 Thread Amit Pande
Thanks a lot Chris, will do that. Appreciate your help. Thanks, Amit On 31/07/16 6:37 pm, "Christopher Schultz" wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1 > >Amit, > >On 7/26/16 4:59 AM, Amit Pande wrote: >> >> In Tomcat (7.x+), there is a provision

Re: Custom Key Manager

2016-07-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Amit, On 7/26/16 4:59 AM, Amit Pande wrote: > > In Tomcat (7.x+), there is a provision to hook in a custom > implementation for trust manager by mentioning class name in > connector's trustManagerClassName attribute. > >

Re: Hanging threads in tomee 1.7.4

2016-07-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kuldeep, On 7/29/16 10:18 AM, Kuldeep Sagoo wrote: > I was really hoping you could help – I’m currently workingin > application support and one of our key applications as started > behavingabnormally when upgrading from Tomee version 1.68 to 1.7.4 >

Re: Realm SSHA Code

2016-07-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 George, On 7/29/16 1:46 PM, George Sexton wrote: > I was looking at the source code for > org.apache.catalina.realm.RealmBase and see that it can handle > salted SHA for passwords. Does anyone have some example code that > demonstrates generating the

Re: Tomcat 8 RemoteIpValve Issues

2016-07-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nubli, On 7/28/16 3:30 PM, Kasa, Nubli wrote: > It seems that requestAttributesEnabled="true" is required in order > to make the valve work. Note that requestAttributesEnabled="true" is the default. Did you change that default? - -chris >

Re: Compression with APR connector and SSL

2016-07-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Raul, On 7/28/16 2:25 PM, Martinez Maestre, Raul (CIT-IOEP) wrote: > Hi, > > > > I have configured APR with the following versions for components > > -APR version 1.5.2 > > - Open SSL version openssl-1.0.2h > > - Apache Tomcat Native library

Re: (Cross-Posted) Does anybody have any experience with Tomcat 8 on an IBM Midrange (AS/400, iSeries, whatever they're calling it this week) box?

2016-07-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 James, On 7/27/16 7:06 PM, James H. H. Lampert wrote: > Ladies and Gentlemen of both Lists: > > Does anybody in either the Tomcat List or the Java 400 List have > experience running Tomcat 8 on an IBM Midrange box? > > And (just for the Java 400

Re: Tomcat embedded fail to start after upgrade - setDigest is missing

2016-07-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Abody, On 7/28/16 3:21 AM, Abody Zoubi wrote: > in the release of 8.0.x of tomcat embedded I worked with > setDigest("SHA-1") , and in the 8.5 they removed this method and > replaced it by CredentialHandler ,I used it like this: > >

Re: Tomcat 7.0.54 gives zero-byte .java and .class files for jsp in work directory that cause truncated class error

2016-07-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rahul, On 7/28/16 1:50 AM, Rahul Singh wrote: > Hi tomcat team, Thanks for your continued support and help. > > I am facing the a peculiar problem in Tomcat 7.0.54. Any chance for a Tomcat upgrade? Also, Java 7 has reached End-of-Life. >

Re: Question about vulnerability report

2016-07-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 James, On 7/27/16 5:03 PM, James H. H. Lampert wrote: > On 7/27/16, 11:59 AM, Mark Thomas wrote: >> Note since you are on Java 6 you can't force the server >> preference order on the client. You might want to drop the 128 >> bit version. > > Thanks.

Re: How to do a JNDI look up in a different thread

2016-07-31 Thread Mark Thomas
On 30/07/2016 07:15, dineshk wrote: > Hi , Thanks for your prompt reply. But the below suggestion "Set the > thread context class loader to the web application class loader." > will not work in our case as we have our own custom class loader to > load the hibernate resources like e.g. hbm files ,