Re: Tomcat Hanging Intermittently

2008-11-20 Thread Vasanth Kumar ravi
cat. Time duration has also > incereased as the no. websites have increased. > > Kindly provide me some solution so that i don't have to face any downtime > in > future. > > > > Thanks, > Gaurav Pruthi > -- Regards&Thanks, Vasanth Kumar Ravi

Re: How to unsubscribe to this tomact mailing service

2008-11-20 Thread Vasanth Kumar ravi
ssenger.yahoo.com/win/ > > > - > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Regards&Thanks, Vasanth Kumar Ravi

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

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

Re: Question on Performance Tuning

2008-11-20 Thread Vasanth Kumar ravi
VM (build 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

Re: Question on Performance Tuning

2008-11-20 Thread Vasanth Kumar ravi
, Nov 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 bottle

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 [m

Question on Performance Tuning

2008-11-18 Thread Vasanth Kumar ravi
ions/homepage/lib/aspectjweaver-1.5.3.jar We did take thread dumps while performing the test, and found nothing related to application bottlenecks. Can I get some pointers on anything to be tuned in the tomcat to reduce the cpu utilization. Thanks. -- Regards&Thanks, Vasanth Kumar Ravi

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 mentio

Re: Issue in connecting to tomcat via Apache

2008-08-29 Thread Vasanth Kumar ravi
erver, it fails. > > > > I used the examples given the apache site to configure the > > workers.properties and the httpd.conf files. > > > > Apache :2.2.8 > > Tomcat :6.0.16 > > jdk :1.5.014 from Sun > > OS : Suse Linux.. > > > > -- > > R

Re: Issue in connecting to tomcat via Apache

2008-08-28 Thread Vasanth Kumar ravi
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 tom

Re: Issue in connecting to tomcat via Apache

2008-08-28 Thread Vasanth Kumar ravi
mcat, add a line like: > > > > JkMount / worker1 > > > > and you're all set. > > > > If you want just a certain portion of the url namespace to get passed > > along to Tomcat, you could use some thing like the commented out > > example. In that case:

Re: Issue in connecting to tomcat via Apache

2008-08-28 Thread Vasanth Kumar ravi
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 I am able