Re: Question on Performance Tuning

2008-11-20 Thread Vasanth Kumar ravi
19, 2008 at 11:01 PM, Christopher Schultz [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Vasanth, Vasanth Kumar ravi wrote: We did many rounds of load/performance testing with 50 Virtual users, to find bottlenecks with the application, major problem found was CPU

Re: Question on Performance Tuning

2008-11-20 Thread Vasanth Kumar ravi
1.5.0_16-b02, mixed mode) On Fri, Nov 21, 2008 at 9:49 AM, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: Vasanth Kumar ravi [mailto:[EMAIL PROTECTED] Subject: Re: Question on Performance Tuning But we have not specified the -server option in the JAVA_OPTS. Is it must to have -server

Re: java.lang.Exception: Socket bind failed: [730048]

2008-11-20 Thread Vasanth Kumar ravi
a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- RegardsThanks, Vasanth Kumar Ravi

Re: How to unsubscribe to this tomact mailing service

2008-11-20 Thread Vasanth Kumar ravi
/ - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- RegardsThanks, Vasanth Kumar Ravi

Re: Tomcat Hanging Intermittently

2008-11-20 Thread Vasanth Kumar ravi
. Kindly provide me some solution so that i don't have to face any downtime in future. Thanks, Gaurav Pruthi -- RegardsThanks, Vasanth Kumar Ravi

Question on Performance Tuning

2008-11-18 Thread Vasanth Kumar ravi
utilization. Thanks. -- RegardsThanks, Vasanth Kumar Ravi

Re: Question on Performance Tuning

2008-11-18 Thread Vasanth Kumar ravi
Thanks Chuck.. One question thou.. in the JAVA_OPTS do we have to specify -server cos it runs as client by default. Will it bring any change to performance ? On Wed, Nov 19, 2008 at 12:27 PM, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: Vasanth Kumar ravi [mailto:[EMAIL PROTECTED

Re: Issue in connecting to tomcat via Apache

2008-08-31 Thread Vasanth Kumar ravi
Thanks Rainer. On Fri, Aug 29, 2008 at 6:16 PM, Rainer Jung [EMAIL PROTECTED]wrote: Vasanth Kumar ravi schrieb: Rainer, I was able to resolve the issue...and the root cause was simple... it was my mistake... in the conf file I had mentioned /examples/* worker1 I was trying to access

Re: Issue in connecting to tomcat via Apache

2008-08-29 Thread Vasanth Kumar ravi
configuration. If you are using a virtual host in Apache, the JkMount must be inside the virtual host. Your mod_jk log file indicates, that during that test you didn't have any JkMount active, right? Retry with activa eJkMount and resend the log. Regards, Rainer Vasanth Kumar ravi schrieb

Re: Issue in connecting to tomcat via Apache

2008-08-28 Thread Vasanth Kumar ravi
by Tomcat. Vasanth Kumar ravi wrote: Hi, I am using the mod_jk to connect the apache webserver and the tomcat server. Though I am able to access them individually, when I try to access the tomcat via the apache webserver, it fails. I used the examples given the apache site to configure

Re: Issue in connecting to tomcat via Apache

2008-08-28 Thread Vasanth Kumar ravi
out example. In that case: http://yourserver/index.html would be served by Apache httpd, but http://yourserver/examples/someexample.jsp would be served by Tomcat. Vasanth Kumar ravi wrote: Hi, I am using the mod_jk to connect the apache webserver and the tomcat server. Though

Re: Issue in connecting to tomcat via Apache

2008-08-28 Thread Vasanth Kumar ravi
. As wel the httpd and tomcat doesnt show any errors. On Fri, Aug 29, 2008 at 10:07 AM, Vasanth Kumar ravi [EMAIL PROTECTED]wrote: Martin, I m trying to access the folder /examples on the localhost which is actualy hosted in the TOMCAT. http://localhost/examples . The tomcat is running