Configure Apache & Tomcat for atleast 50 concurrent users

2010-04-07 Thread Munirathinavel
Hi, Our application is a online vehicle rental.We are Apache2.2 as a front end server & Tomcat 6.0.18 as back-end server with mod_jk2.28 tomcat connector. The followings are our system configurations, 1)Operating System - Windows server2008 2)Processor - Intel Xenon 3)RAM -4 GB I've been

Re: How to configure tomcat server.xml....

2010-04-07 Thread Munirathinavel
t" SSLOptions +StdEnvVars SSLOptions +StdEnvVars BrowserMatch ".*MSIE.*" \ nokeepalive ssl-unclean-shutdown \ downgrade-1.0 force-response-1.0 CustomLog "C:/Apache/logs/ssl_request.log" \ "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \&q

Writing to client aborted or client network problems...

2010-03-01 Thread Munirathinavel
Hi to all... I'm using apache2.2 + tomcat6.0.18 + mod_jk1.2.28 for our portal.While doing load test with 20 & more users, I try to access the application through browser but pages are getting loaded and in mod_jk.log file I'm getting the following message, [Fri Feb 26 12:50:25 2010][304:

Sending request to tomcat failed.....

2010-02-25 Thread Munirathinavel
Hi all... I've been performance testing for few days.While doing load testing with 50 users, I'm also trying to access the application through Browser but sometimes pages are not loading for long time.While seeing the logs I'm getting the following lines in mod_jk.log [Thu Feb 25 17:09:31

Re: sending request to tomcat failed..

2010-02-24 Thread Munirathinavel
Hi... I'm using the following files in Tomcat & Apache. workers.properties: workers.tomcat_home=D:/tomcat6.0.18 workers.java_home=C:/Program Files/Java/jdk1.6.0_16 ps=/ worker.list=worker1 worker.worker1.type=ajp13 worker.worker1.host=

Re: sending request to tomcat failed.....

2010-02-24 Thread Munirathinavel
Due to this issue i'm not able to proceed further.Can you please reply me soon.Hoping for the nice reply. Peter Crowther wrote: > > On 18 February 2010 13:55, Munirathinavel > wrote: >> I'm using apache2.2 + tomcat6.0.18 + mod_jk1.2.28 for my portal.While >

sending request to tomcat failed.....

2010-02-18 Thread Munirathinavel
Hi.. I'm using apache2.2 + tomcat6.0.18 + mod_jk1.2.28 for my portal.While doing load test with 20 & more users i'm getting the following message in mod_jk.logand in browser also page is not getting loaded... [Thu Feb 18 18:32:58 2010]worker1 216.205.107.50 0.031250 [Thu Feb 18 18:32:58 201

How to configure tomcat server.xml....

2010-02-13 Thread Munirathinavel
I'm using Tomcat 6.0.18 & apache2.2 server & I need to know configure my server.xml & context.xml for high performance & heavy traffic. Can anyone please tell me how to configure those files. server.xml

How to configure tomcat server.xml....

2010-02-13 Thread Munirathinavel
I'm using Tomcat 6.0.18 with Apache2.2 server.Our application is using MS-SQL server 2008. I want to configure server.xml & context.xml files Can anyone please tell me how can i configure server.xml & context.xml for high performance & heavy traffic.. Below i included my current con

Webpage not loading for more than 20 users (200 Aborted)

2010-02-09 Thread Munirathinavel
While doing load testing i'm accessing the application but i'm not able open the page. It's saying page XMLHTTPRequest 200 Aborted. Can please tell me what is the problem Feb 9, 2010 6:18:51 PM org.apache.catalina.core.StandardWrapperValve invoke SEVERE: Servlet.service() for servlet a

Tomcat's server.xml & context.xml files

2010-02-08 Thread Munirathinavel
server.xml: context.xml WEB-INF/web.xml

Re: More than 20 users not able to access the application...

2010-02-08 Thread Munirathinavel
Our application is Online Vehicle Booking for Rental. I'm doing Load Testing using HP Load Runner and I've recorded a script that contains booking a vehicle (submitting data to MSSQL Server 2008) then did a load testing with 20 concurrent users.Meanwhile I'm trying to do booking manually from the

Re: Not able to stop tomcat........

2010-02-08 Thread Munirathinavel
Pid Ster wrote: > > On 08/02/2010 07:15, Munirathinavel wrote: >> >> Hi to all >> >> I'm trying to stop tomcat service but it's not happening instead my log >> file >> std_out size going more a GB. >> After restarting th

Not able to stop tomcat........

2010-02-07 Thread Munirathinavel
Hi to all I'm trying to stop tomcat service but it's not happening instead my log file std_out size going more a GB. After restarting the system only i'm able to proceed. I'm getting the following message in Catalina_log.. Feb 8, 2010 12:12:40 PM org.apache.coyote.http11.Http11

More than 20 users not able to access the application...

2010-02-06 Thread Munirathinavel
How to configure tomcat to use more users concurrently? I'm using Apache2.2 as front end server & Tomcat 6 as Back end server. My application is not supporting more 20 users. I'm not able to figure out the problem.. Can you please