Re: logjam attacks in tomcat 7

2015-09-30 Thread Srikanth Hugar
Configuration like mentioned below should be able to resolve your issue: Srikanth Hugar www.gharki.com On Thu, Oct 1, 2015 at 10:22 AM, Rahul Singh wrote: > Dear Tomcat Support Team,Thanks for your continuous support. > In our Application Tomcat V 7.0.54 is used. We are facing the p

Re: Tomcat 7 - Organizing web applications into sub directories

2015-09-01 Thread Srikanth Challa
Thank you Andre! Your solution was very helpful! On Wed, Aug 26, 2015 at 10:26 AM, André Warnier wrote: > On 26.08.2015 06:06, Srikanth Challa wrote: > >> I am trying to organize my applications (multiple) into a specific >> hierarchy under the webapps folder. >

Tomcat 7 - Organizing web applications into sub directories

2015-08-25 Thread Srikanth Challa
)? -- *-* Srikanth Challa Founder, CEO Enterprise Atlas Inc. srika...@enterpriseatlas.com +1 (510) 402-6212

JSp dynamic include in tomcat 8.0.15

2015-01-23 Thread Srikanth Hugar
When i include It does not work in tomcat 8.0.15. and my included jsp file contents are something like : ... What could be the problem?

Static files with default servlet in tomcat 8.0.9

2015-01-12 Thread Srikanth Hugar
Hello, I am trying to configure static files with default servlet in tomcat 8.0.9 but could not succeed. My directory structure in deployed webapp is: - WEB-INF - static -css -images -js - META-INF and* web.xml* configuration using default servlet is : default

Re: [OT] minIdle not being enforced and connections are getting closed instead of returning to the pool

2013-11-19 Thread Srikanth
nwrapping the connections. Thanks Srikanth On Fri, Nov 15, 2013 at 7:29 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Srikanth, > > On 11/15/13, 2:36 AM, Srikanth wrote: > > I was unwrapping each conn

Re: minIdle not being enforced and connections are getting closed instead of returning to the pool

2013-11-14 Thread Srikanth
is fixed my issue J. Once again thanks for the clarifying my doubts and helping me resolving my issue. Best Regards Srikanth R Patlolla On Wed, Nov 13, 2013 at 5:42 PM, Daniel Mikusa wrote: > On Nov 13, 2013, at 4:01 AM, Srikanth wrote: > > > Hi, > > > > I am using

minIdle not being enforced and connections are getting closed instead of returning to the pool

2013-11-13 Thread Srikanth
the idle connections at any point of time. Kindly help me resolve the issue. Thanks Srikanth

Order of webapps startup

2011-02-17 Thread Srikanth Konjarla
order. --- Wondering if there is anything changed in 7.x? If not, how in general it is addressed if one webapp depends on another webapp to be available. Thanks Srikanth - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For addit

Re: 6.0.26 java.lang.Thread.State: WAITING (on object monitor)

2010-12-17 Thread Srikanth Konjarla
On 12/17/10 3:01 AM, Pid wrote: > On 15/12/2010 15:37, Srikanth Konjarla wrote: >> >> >> On 12/15/10 7:13 AM, Pid wrote: >>> On 15/12/2010 02:40, Srikanth Konjarla wrote: >>>> I could catch Axis threadlocals from the app to clean up. However, I >>

Re: 6.0.26 java.lang.Thread.State: WAITING (on object monitor)

2010-12-15 Thread Srikanth Konjarla
On 12/15/10 7:13 AM, Pid wrote: > On 15/12/2010 02:40, Srikanth Konjarla wrote: >> I could catch Axis threadlocals from the app to clean up. However, I >> have a question wrt following tomcat's log at the time of undeploy of >> app. The message suggests that it is rem

Re: 6.0.26 java.lang.Thread.State: WAITING (on object monitor)

2010-12-14 Thread Srikanth Konjarla
adLocal has been forcibly removed. On 12/13/10 4:23 AM, Pid wrote: > On 12/12/2010 18:18, Srikanth Konjarla wrote: >> >> >> On 12/12/10 8:28 AM, Pid * wrote: >>> On 11 Dec 2010, at 21:39, Srikanth Konj

Re: 6.0.26 java.lang.Thread.State: WAITING (on object monitor)

2010-12-12 Thread Srikanth Konjarla
On 12/12/10 8:28 AM, Pid * wrote: > On 11 Dec 2010, at 21:39, Srikanth Konjarla > wrote: > >> >> On Dec 11, 2010, at 1:04 PM, "Pid *" wrote: >> >>> On 11 Dec 2010, at 20:02, Srikanth Konjarla >>> wrote: >>> >>>> P

Re: 6.0.26 java.lang.Thread.State: WAITING (on object monitor)

2010-12-11 Thread Srikanth Konjarla
On Dec 11, 2010, at 1:04 PM, "Pid *" wrote: > On 11 Dec 2010, at 20:02, Srikanth Konjarla > wrote: > >> Pid, >> >> Thanks for your patience. Here is the output from catalina.out file >> while the webapp is being undeployed. As you can see there

Re: 6.0.26 java.lang.Thread.State: WAITING (on object monitor)

2010-12-11 Thread Srikanth Konjarla
vent a memory leak, the ThreadLocal has been forcibly removed. Srikanth On 12/11/10 2:26 AM, Pid wrote: > On 12/11/10 9:25 AM, Srikanth Konjarla wrote: >> >> >> On Dec 11, 2010, at 1:18 AM, "Pid *&qu

Re: 6.0.26 java.lang.Thread.State: WAITING (on object monitor)

2010-12-11 Thread Srikanth Konjarla
On Dec 11, 2010, at 1:18 AM, "Pid *" wrote: > On 11 Dec 2010, at 01:07, Srikanth Konjarla > wrote: > >> BTW, I see some similarities with the following. >> >> https://jira.springframework.org/browse/SWS-533 > > Similarities in which sense? > T

Re: 6.0.26 java.lang.Thread.State: WAITING (on object monitor)

2010-12-10 Thread Srikanth Konjarla
BTW, I see some similarities with the following. https://jira.springframework.org/browse/SWS-533 Srikanth On 12/10/10 3:41 PM, Caldarale, Charles R wrote: >> From: Srikanth Konjarla [mailto:srikanth.konja...@gmail.com] >> Subject: Re: 6.0.26 java.lang.Thread.State: WAITING (on ob

Re: 6.0.26 java.lang.Thread.State: WAITING (on object monitor)

2010-12-10 Thread Srikanth Konjarla
On 12/10/10 4:11 PM, Pid * wrote: > On 10 Dec 2010, at 22:46, Srikanth Konjarla > wrote: > >> Chuck, >> >> You are right. It is apache Axis client that is responsible for >> threadLocals in this case. However, as part of the thread local cleanup >>

Re: 6.0.26 java.lang.Thread.State: WAITING (on object monitor)

2010-12-10 Thread Srikanth Konjarla
On 12/10/10 3:41 PM, Caldarale, Charles R wrote: >> From: Srikanth Konjarla [mailto:srikanth.konja...@gmail.com] >> Subject: Re: 6.0.26 java.lang.Thread.State: WAITING (on object monitor) > >> as part of the thread local cleanup process at the time of undeploy,

Re: 6.0.26 java.lang.Thread.State: WAITING (on object monitor)

2010-12-10 Thread Srikanth Konjarla
thread still being in "WAIT" mode and been cleaned up. Srikanth On 12/10/10 2:36 PM, Caldarale, Charles R wrote: >> From: Srikanth Konjarla [mailto:srikanth.konja...@gmail.com] >> Subject: 6.0.26 java.lang.Thread.State: WAITING (on object monitor) > >> Essential

6.0.26 java.lang.Thread.State: WAITING (on object monitor)

2010-12-10 Thread Srikanth Konjarla
un Microsystems Inc. Thanks Srikanth - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

RE: Unable to consume a secure web service from with in a JSP

2006-05-17 Thread Srikanth Madarapu
Hi I figured the problem, the code I had for setting system properties was in the wrong place. I moved it to the constructor from main method (obviously that wont work, works only when run as standalone program) and it works now. Thanks -Original Message- From: Srikanth Madarapu

RE: Unable to consume a secure web service from with in a JSP

2006-05-16 Thread Srikanth Madarapu
Acceleration is one such firewall device that would usually block SOAP communication through SSL unless configured to allow it. Let me know if you have any other questions. -Original Message- From: Srikanth Madarapu [mailto:[EMAIL PROTECTED] Sent: Tuesday, 16 May 2006 4:56 PM To: Tomcat Users

RE: Unable to consume a secure web service from with in a JSP

2006-05-16 Thread Srikanth Madarapu
lable over SSL. Thanks Srikanth -Original Message- From: Paul, Richardson [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 16, 2006 3:50 PM To: Tomcat Users List Subject: RE: Unable to consume a secure web service from with in a JSP Hi, This might not be the issue that you are facing, but p

Unable to consume a secure web service from with in a JSP

2006-05-16 Thread Srikanth Madarapu
; System.setProperty( "javax.net.ssl.trustStorePassword", "changeit"); If I run the proxy client as a standalone java program it works fine and I get the intended results from the web service. It would be greatly appreciated if somebody can tell

RE: Client certificate

2006-05-16 Thread Srikanth Madarapu
: sun.security.validator.ValidatorException: No trusted certificate found Thanks -Original Message- From: Srikanth Madarapu Sent: Tuesday, May 16, 2006 11:34 AM To: users@tomcat.apache.org Subject: Client certificate Hi I am new to tomcat. I have a jsp that connects to a web service available on a secure server

Client certificate

2006-05-16 Thread Srikanth Madarapu
client.keystore" ); System.setProperty( "javax.net.ssl.trustStorePassword", "changeit"); But it doesn't work, can somebody help how to achieve this. Thanks Srikanth