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

2016-09-14 Thread Venkata Reddy P
-Original Message- From: Christopher Schultz > > [mailto:ch...@christopherschultz.net] Sent: 10 September 2016 > > 00:08 To: Tomcat Users List Subject: Re: tomcat8 unable to load the > > Resource/property file from jar > > > > Venkata, > > > > On 9/

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

2016-09-14 Thread Venkata Reddy P
...@christopherschultz.net] Sent: Monday, September 12, 2016 2:39 AM To: Tomcat Users List Subject: Re: tomcat8 unable to load the Resource/property file from jar -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Venkata, On 9/9/16 2:48 PM, Venkata Reddy P wrote: > These jars are deployed in common folder to m

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

2016-09-09 Thread Venkata Reddy P
00:08 To: Tomcat Users List Subject: Re: tomcat8 unable to load the Resource/property file from jar -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.getClass

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

2016-09-09 Thread Venkata Reddy P
le to load the Resource/property file from jar -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Venkata, On 9/7/16 4:49 AM, Venkata Reddy P wrote: > Recently we have upgraded the one of application from tomcat6.x to > tomcat8.0.36 version. In tomcat6, i was able to read the > property/resourc

tomcat8 unable to load the Resource/property file from jar

2016-09-07 Thread Venkata Reddy P
Hi, Recently we have upgraded the one of application from tomcat6.x to tomcat8.0.36 version. In tomcat6, i was able to read the property/resource file from the jar file but certain reasons after upgrading to the tomca8.0.36 its failing to load. My jar: auth.jar com/trianz/auth/*.java

RE: sequence of loading jars

2016-06-23 Thread Venkata Reddy P
10:59, Venkata Reddy P wrote: > Hi, > > I am using the tomcat8.0.33, is there a way to control the order of > loading the jars from particular folder using class loaders > (common,shared,server)? Yes, but why do you want to do that? > I would also like to know if there i

sequence of loading jars

2016-06-23 Thread Venkata Reddy P
Hi, I am using the tomcat8.0.33, is there a way to control the order of loading the jars from particular folder using class loaders (common,shared,server)? I would also like to know if there is a way to control the sequence of loading the jars using "java.ext.dirs" system property? Many

RE: TLSv1.2 ALERT: fatal, description = unexpected_message

2016-06-16 Thread Venkata Reddy P
To: Tomcat Users List Subject: Re: TLSv1.2 ALERT: fatal, description = unexpected_message -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Venkata, On 6/5/16 1:45 PM, Venkata Reddy P wrote: > My current ssl errors are getting only for IE and google chrome > browsers. The same application is workin

RE: TLSv1.2 ALERT: fatal, description = unexpected_message

2016-06-06 Thread Venkata Reddy P
), css(maximum size can be around 40 kb) file without any interruptions? -Original Message- From: Venkata Reddy P Sent: Sunday, June 05, 2016 11:15 PM To: Tomcat Users List Subject: RE: TLSv1.2 ALERT: fatal, description = unexpected_message Thanks Mark for the reply. I have forgot

RE: TLSv1.2 ALERT: fatal, description = unexpected_message

2016-06-05 Thread Venkata Reddy P
Subject: Re: TLSv1.2 ALERT: fatal, description = unexpected_message On 05/06/2016 16:32, Venkata Reddy P wrote: > Hi, > > I have a setup with Tomcat8.0.33,jre8u91 and with ssl enabled with http > connector. > address="10.4.20.46&qu

TLSv1.2 ALERT: fatal, description = unexpected_message

2016-06-05 Thread Venkata Reddy P
Hi, I have a setup with Tomcat8.0.33,jre8u91 and with ssl enabled with http connector. Most of the application works on ssl without any issues but while downloading JS,CSS files seems to be failing. I can't suspect the ssl implementation. I have an index page which has imports of javascipt

RE: tomcat8.0.33 classpath/classloader issues

2016-05-30 Thread Venkata Reddy P
/class-loader-howto.html This is almost never the right solution to a problem. - -chris > -Original Message----- From: Venkata Reddy P > [mailto:venkata.re...@trianz.com] Sent: Friday, May 27, 2016 1:02 PM > To: Tomcat Users List <users@tomcat.apache.org> Subject: RE: >

RE: tomcat8.0.33 classpath/classloader issues

2016-05-27 Thread Venkata Reddy P
quot;,"${catalina.home}/mq/*.jar","${catalina.home}/wasejb/*.jar","${catalina.home}/conf","${catalina.home}/properties" Our applications work fine. Not sure if this got changed in next versions. Ambica. -Original Message- From: Venkata Reddy P

RE: tomcat8.0.33 classpath/classloader issues

2016-05-27 Thread Venkata Reddy P
[mailto:asa...@atpco.net] Sent: 25 May 2016 17:52 To: Tomcat Users List Subject: RE: tomcat8.0.33 classpath/classloader issues You can put in catalina.properties. There is entry with common.loader in catalina.properties under conf folder. Please see below # Note: Values are enclosed in double quo

Tomcat8.0.33 AJP connector is hanging

2016-05-26 Thread Venkata Reddy P
Hi, I have override the AjpProtocol to inject ssl communication by providing SSLImplementation which is working well with the http connections(PocHttp11Protocol) for the same SSLImplementation. But some reason ajp connections are failing. 1) All the connections to the AJP-BIO is hanging

RE: tomcat8.0.33 classpath/classloader issues

2016-05-25 Thread Venkata Reddy P
/classloader issues On 25/05/2016 06:14, Venkata Reddy P wrote: > Can anyone please help me on this? Don't mess with the classpath. You should (almost) never need to do that. Put shared JARs in Tomcat's lib directory. Mark > > From: Venkata Reddy P > Sent: 24 May 2016 14:44 > To: To

RE: tomcat8.0.33 classpath/classloader issues

2016-05-24 Thread Venkata Reddy P
Can anyone please help me on this? From: Venkata Reddy P Sent: 24 May 2016 14:44 To: Tomcat Users List Subject: tomcat8.0.33 classpath/classloader issues Hi, Currently I am migrating my existing tomcat6.0.x to tomcat8.0.33 version. 1) I have deployed four web applications inside webapps

tomcat8.0.33 classpath/classloader issues

2016-05-24 Thread Venkata Reddy P
Hi, Currently I am migrating my existing tomcat6.0.x to tomcat8.0.33 version. 1) I have deployed four web applications inside webapps folder, all these 4 web applications use the few common jars which I was (in tomcat6.0.x) setting as classpath variable in setclasspath.bat as below

RE: Caused by: java.lang.NoClassDefFoundError: org/apache/tomcat/util/descriptor/tld/TldParser

2016-05-19 Thread Venkata Reddy P
/bin/commons-daemon.jar — The classes from Apache Commons Daemon project. This JAR file is not present in the CLASSPATH built by catalina.bat|.sh scripts, but is referenced from the manifest file of bootstrap.jar. Many Thanks in advance. -Original Message- From: Venkata Reddy P

RE: JkInputStream.java replacement file in tomcat8

2016-05-19 Thread Venkata Reddy P
version 6 and 8. 2016-05-19 12:20 GMT+01:00 Venkata Reddy P <venkata.re...@trianz.com>: > Hi, > > In tomcat6.0.43 version, there is a file > "org.apahe.jk.common.JkInputStream.java" to deal with ajp connectors. > Could you please help finding the relevant/replaced

Caused by: java.lang.NoClassDefFoundError: org/apache/tomcat/util/descriptor/tld/TldParser

2016-05-19 Thread Venkata Reddy P
Hi, In tomcat8.0.33,while starting the tomcat server from \bin\startup.bat, it is getting the below NoClassDefFoundError. I have verified 1) All the tomcat bundled jars are available under \lib folder including tomcat-util.jar. 2) I have also tried adding all the jars to property

JkInputStream.java replacement file in tomcat8

2016-05-19 Thread Venkata Reddy P
Hi, In tomcat6.0.43 version, there is a file "org.apahe.jk.common.JkInputStream.java" to deal with ajp connectors. Could you please help finding the relevant/replaced file in tomcat8.0.33 version? Thanks Venkata

RE: BASIC authentication problem in tomcat8.0.33

2016-05-19 Thread Venkata Reddy P
problem in tomcat8.0.33 On 18/05/2016 15:33, Venkata Reddy P wrote: > Hi, > > It looks like below comparison(principal instanceof GenericPrincipal) is > failing as I am returning the CustomizedPrincipal which implements the > java.security.Principal. > > Is it something in

RE: BASIC authentication problem in tomcat8.0.33

2016-05-18 Thread Venkata Reddy P
- to avoid pretty inefficient conversions if ((principal == null) || (role == null) || !(principal instanceof GenericPrincipal)) return (false); } Thanks in advance -Original Message- From: Venkata Reddy P [mailto:venkata.re...@trianz.com] Sent

RE: BASIC authentication problem in tomcat8.0.33

2016-05-18 Thread Venkata Reddy P
in advance -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Wednesday, May 18, 2016 5:18 PM To: Tomcat Users List Subject: Re: BASIC authentication problem in tomcat8.0.33 On 18/05/2016 12:47, Mark Thomas wrote: > On 18/05/2016 11:07, Venkata Reddy P wrote: >> Hi

RE: Failed to process TLD with path [/WEB-INF/struts-tiles.tld]

2016-05-17 Thread Venkata Reddy P
Re: Failed to process TLD with path [/WEB-INF/struts-tiles.tld] On 17/05/2016 21:46, Venkata Reddy P wrote: > Hi, > While compiling .jsp file using tomcat8.0.33 binaries getting the following > error, can you please advice? There is no error. There are two warnings (because the JSP r

Failed to process TLD with path [/WEB-INF/struts-tiles.tld]

2016-05-17 Thread Venkata Reddy P
Hi, While compiling .jsp file using tomcat8.0.33 binaries getting the following error, can you please advice? These jsps were compiling well in tomcat6.0.43 [apply] WARNING: Failed to process TLD with path [/WEB-INF/struts-tiles.tld] and URI [/tags/struts-tiles]. The specified path does not

RE: java.lang.NoSuchMethodError: org.apache.tomcat.util.buf.ByteChunk.findByte

2016-05-17 Thread Venkata Reddy P
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Venkata, On 5/16/16 5:01 PM, Venkata Reddy P wrote: > Hi, > > I am using tomcat8.0.33 with jre1.8u91, I am getting the following > errors. What I am doing wrong? java.lang.NoSuchMethodError: > org.apache.tomcat.util.buf.ByteChunk

java.lang.NoSuchMethodError: org.apache.tomcat.util.buf.ByteChunk.findByte

2016-05-16 Thread Venkata Reddy P
Hi, I am using tomcat8.0.33 with jre1.8u91, I am getting the following errors. What I am doing wrong? java.lang.NoSuchMethodError: org.apache.tomcat.util.buf.ByteChunk.findByte([BIIB) java.lang.NoSuchMethodError: org.apache.catalina.connector.OutputBuffer.getContentWritten()J SEVERE: Error

RE: java.security.NoSuchAlgorithmException: SHA1PRNG SecureRandom not available

2016-05-16 Thread Venkata Reddy P
/2016 19:30, Venkata Reddy P wrote: > Hi, > > I am deploying tomcat8.0.33 version with jre1.8u92. could you please help > why I am getting this error? Broken JRE install? SHA1PRNG is a standard name so all Java 8 JREs should support it. Mark > > INFO: Starting Servlet Eng

java.security.NoSuchAlgorithmException: SHA1PRNG SecureRandom not available

2016-05-16 Thread Venkata Reddy P
Hi, I am deploying tomcat8.0.33 version with jre1.8u92. could you please help why I am getting this error? INFO: Starting Servlet Engine: Apache Tomcat/8.0.33 May 16, 2016 11:03:16 AM org.apache.catalina.util.SessionIdGeneratorBase createSecureRandom SEVERE: Exception initializing random

RE: tomcat6.0.43 ajp connector migration to tomcat8.0.33

2016-05-16 Thread Venkata Reddy P
migration to tomcat8.0.33 On 16/05/2016 07:25, Venkata Reddy P wrote: > Hi, > > > > Many Thanks Mark. This is a more of POC release planned for jun-1st week, > will give a try with the existing stable release and thanks for suggesting > the 8.5.x. > > >

RE: Request for documentation

2016-05-16 Thread Venkata Reddy P
Hi, Is it same for tomcat ajp request execution flow? Thanks Venkata -Original Message- From: Lyallex [mailto:lyal...@gmail.com] Sent: Monday, May 16, 2016 3:10 PM To: Tomcat Users List Subject: Re: Request for documentation On 16 May 2016 at 07:49, Violeta Georgieva

RE: tomcat6.0.43 ajp connector migration to tomcat8.0.33

2016-05-16 Thread Venkata Reddy P
al Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: 14 May 2016 00:04 To: Tomcat Users List Subject: Re: tomcat6.0.43 ajp connector migration to tomcat8.0.33 On 13/05/2016 17:55, Venkata Reddy P wrote: > Existing implementation:- > > In tomcat6.0.43 version, I have ena

tomcat6.0.43 ajp connector migration to tomcat8.0.33

2016-05-13 Thread Venkata Reddy P
Hi, Can anyone please help me on this? Existing implementation:- In tomcat6.0.43 version, I have enabled the ssl on AJP connector by following the below steps 1) I did override the class "org.apache.jk.common.ChannelSocket" to "AjpSslChannelSocket extends ChannelSocket " to enable ssl