Enabling ssl in tomcat JSSE / APR

2014-10-15 Thread Shashank
Hi all I was trying to enable ssl in my tomcat server. I dont know whether my tomcat is using JSSE or APR. but as I created a keystore and imported a cert into it , can I use JSSE type irrespective of the connector? My server.xml block Thanks ---

Regd: Logging issue in apache tomcat 7.0.42

2013-11-12 Thread Shashank Gvs
help is appreciated. Thanks & Regards, Shashank

RE: Problem

2013-01-20 Thread vinit shashank
I have run the TC in standlone mode...and it is running .. but when running thru eclipse juno ...it is showing the message - Server Tomcat v7.0 Server at localhost was unable to start within 45 seconds. If the server requires more time, try increasing the timeout in the server editor. i have rei

Not able to get threadcount and thread busy metrices in Tomcat 7.0

2012-02-10 Thread Mendiratta, Shashank
e get the above metrices P.S- > Am new to tomcat so please bear if it is a silly question Regards Shashank

Not able to get threadcount and thread busy metrices in Tocat 7.0

2012-02-10 Thread Mendiratta, Shashank
e get the above metrices P.S- > Am new to tomcat so please bear if it is a silly question Regards Shashank

RE: How ot monitor hung tomcat/apache processes?

2010-09-22 Thread Mendiratta, Shashank
Hi .. can you share the script ?? -Original Message- From: Pid [mailto:p...@pidster.com] Sent: Wednesday, September 22, 2010 9:52 PM To: Tomcat Users List Subject: Re: How ot monitor hung tomcat/apache processes? On 22/09/2010 13:54, Mendiratta, Shashank wrote: > So I have to come

RE: How ot monitor hung tomcat/apache processes?

2010-09-22 Thread Mendiratta, Shashank
[mailto:darryl.le...@unsw.edu.au] Sent: Wednesday, September 22, 2010 6:12 PM To: Mendiratta, Shashank; Tomcat Users List Subject: Re: How ot monitor hung tomcat/apache processes? Are you trying to monitor from the same computer that tomcat is running on? That's not a good idea. What happens if the e

RE: How ot monitor hung tomcat/apache processes?

2010-09-22 Thread Mendiratta, Shashank
then restart the service . Befire that we have to make a repository of types of error that can occur Please do comment Regards Shashank From: Darryl Lewis [mailto:darryl.le...@unsw.edu.au] Sent: Wednesday, September 22, 2010 5:54 PM To: Mendiratta, Shashank; Tomcat Users List Subject

RE: How ot monitor hung tomcat/apache processes?

2010-09-22 Thread Mendiratta, Shashank
Hi Darryl, Yes This is the same problem I am facing. Sorry I am kind of new to it but can you tell me what kind of end to end monitoring should I do ? Regards Shashank -Original Message- From: Darryl Lewis [mailto:darryl.le...@unsw.edu.au] Sent: Wednesday, September 22, 2010 5:38 PM

How ot monitor hung tomcat/apache processes?

2010-09-22 Thread Mendiratta, Shashank
Hi , I am working on a monitoring system to find out hung tomcat/apache processes . By this I mean if the PID exists and still the apache / tomcat is not responding that die to memory leak or variety of other reasons . Is their a tool to find this . Regards Shashank

Re: Automatic scaling decisions based on performance metrics

2010-02-08 Thread Shashank Rachamalla
I have to implement this feature in the organization's private cloud.. will check out Amazon's scale feature before i proceed. Regards, Shashank On Mon, 2010-02-08 at 09:38 -0800, anthonyvie...@gmail.com wrote: > Amazon EC2 has a scale feature that allows scaling based on >

Automatic scaling decisions based on performance metrics

2010-02-08 Thread Shashank Rachamalla
processing requests. 3) Number of errors encountered while processing requests. Regards, Shashank Please do not print this email unless it is absolutely necessary. The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the

Re: Authentication without Authorization ( JNDI Realm ) - Resolved

2009-12-09 Thread Shashank Rachamalla
Hi had to use roleSearch="(mail={1})" instead of roleSearch="(mail={0})" {0} takes the user dn where as {1} takes the username. Regards Shashank. On Fri, 2009-12-04 at 16:04 +0530, Shashank Rachamalla wrote: > Hi > > The following is the R

Re: Authentication without Authorization ( JNDI Realm )

2009-12-04 Thread Shashank Rachamalla
is an entry added to LDAP for testing: dn: uid=ccpadmin, dc=wipro,dc=com mail: ccpad...@wipro.com uid: ccpadmin userPassword:: YWRtaW4xMjM= objectClass: inetOrgPerson givenName: Cloud sn: Administrator cid: cloud cn: Cloud Administrator I am able to authenticate but authorization seems to fail

Re: Using IP and Auth Constraints together

2009-05-15 Thread Shashank Rachamalla
I am using JNDI Realm to authenticate with LDAP and after a little bit of exploration i found that a filter is always executed after a realm executes and hence filters will not solve my problem. Will check out Valves now. On Fri, 2009-05-15 at 13:36 +0200, André Warnier wrote: > Shash

Using IP and Auth Constraints together

2009-05-15 Thread Shashank Rachamalla
Hi! Is there any way to configure for a webapp to disable authentication and authorization for a particular IP address and enable it for all other IP addresses. Thanks in advance. Please do not print this email unless it is absolutely necessary. The information contained in this electronic me