Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@www.apache.org Received: (qmail 23754 invoked from network); 17 Dec 2003 09:24:44 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 17 Dec 2003 09:24:44 -0000 Received: (qmail 18884 invoked by uid 500); 17 Dec 2003 09:23:46 -0000 Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 18823 invoked by uid 500); 17 Dec 2003 09:23:45 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 12877 invoked from network); 16 Dec 2003 15:35:59 -0000 Subject: tomcat simulator To: tomcat-dev@jakarta.apache.org X-Mailer: Lotus Notes Release 5.0.4 June 8, 2000 Message-ID: From: Anirban.Dutta@knology.com Date: Tue, 16 Dec 2003 10:33:14 -0500 X-MIMETrack: Serialize by Router on CORPSERV3/CORP/KNOLOGY(Release 5.0.8 |June 18, 2001) at 12/16/2003 10:32:55 AM MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, I am developing a Web based CustomerCare application using Tomcat 3.2. I have used XML and jsp for displaying the content in IE5, Netscape. I'm running the tomcat server on WinNT. I've used java classes(jdk 1.3) to send any request from the browser to our application server (orbix3.3.4 - iona implementation) and vice versa. That is when a user asks for any data to retrieve(clicking a button on browser) the jsp page calls a function in a java class and the java program in turn calls a corresponding function in orbix server running on SOLARIS. The Application Server program then fetches the record from DB and sends a sequence(structure array ) to the java program...the java function then form a xml string and send it to jsp for displaying it in the browser. Now we want to simulate a process to test the load of tomcat server. Would anyone please tell me whether there is any tool available to test a situation, wherein n number of browsers are opened and the users ask for records simultaneously. We just want to do a stress testing of tomcat server. I'm totally new in this tomcat, web application area...really don't know much of this jsp, tomcat technology...would appriciate for any kind of suggestion/help Anirban --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org