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 <rksing...@hotmail.com> wrote: > Dear Tomcat Support Team,Thanks for your continuous support. > In our Application Tomcat V 7.0.54

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 <a...@ice-sa.com> 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 f

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 jsp:include page=/WEB-INF//countries.jsp / It does not work in tomcat 8.0.15. and my included jsp file contents are something like : div class=txt form:select path=country form:option value=US label=US - UNITED STATES OF AMERICA /

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 : !-- static URLs --

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

2013-11-19 Thread Srikanth
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 connection before returning it using the below piece of code. con

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

2013-11-14 Thread Srikanth
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 dmik...@gopivotal.comwrote: On Nov 13, 2013, at 4:01 AM, Srikanth gaadi...@gmail.com wrote: Hi, I am using the below configuration

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

2013-11-13 Thread Srikanth
the issue. Thanks Srikanth

Order of webapps startup

2011-02-17 Thread Srikanth Konjarla
. --- 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 additional

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 have a question wrt following tomcat's log at the time

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 removing the same threadlocal twice

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

2010-12-14 Thread Srikanth Konjarla
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 Konjarla srikanth.konja...@gmail.com wrote: On Dec 11

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 srikanth.konja...@gmail.com wrote: On Dec 11, 2010, at 1:04 PM, Pid * p...@pidster.com wrote: On 11 Dec 2010, at 20:02, Srikanth Konjarla srikanth.konja...@gmail.com wrote: Pid, Thanks for your patience

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 * p...@pidster.com wrote: On 11 Dec 2010, at 01:07, Srikanth Konjarla srikanth.konja...@gmail.com wrote: BTW, I see some similarities with the following. https://jira.springframework.org/browse/SWS-533 Similarities in which sense? The issue

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

2010-12-11 Thread Srikanth Konjarla
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 * p...@pidster.com wrote: On 11 Dec 2010

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 * p...@pidster.com wrote: On 11 Dec 2010, at 20:02, Srikanth Konjarla srikanth.konja...@gmail.com 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 are few

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

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

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) Essentially, the thread has threadLocals object

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, tomcat removes few threadLocals

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 srikanth.konja...@gmail.com 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 process at the time

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 object monitor

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

Client certificate

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

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

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

2006-05-16 Thread Srikanth Madarapu
( 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 me what am I missing. Thanks Srikanth

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

2006-05-16 Thread Srikanth Madarapu
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 please

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

2006-05-16 Thread Srikanth Madarapu
and 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