Re: stress testing tomcat applications

2014-09-12 Thread Konstantin Kolinko
2014-09-11 17:07 GMT+04:00 Elias Kopsiaftis yemi...@gmail.com: ok Thanks, I am using Tomcat7. I dont know much about Tomcat application development, so I will research these options you gave me before responding again. Thanks again As written here:

Re: stress testing tomcat applications

2014-09-12 Thread Elias Kopsiaftis
Konstantin, I apologize for my lack of information, but for an inexperienced user this can be difficult, Tomcat version and OS are easy enough, but configuration bits can be difficult, especially since a configuration can exist that is causing your problem, that you dont even know it exists.

Re: stress testing tomcat applications

2014-09-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Elias, On 9/12/14 10:24 AM, Elias Kopsiaftis wrote: I apologize for my lack of information, but for an inexperienced user this can be difficult, Tomcat version and OS are easy enough, but configuration bits can be difficult, especially since a

Re: stress testing tomcat applications

2014-09-12 Thread Elias Kopsiaftis
Thanks! I will look into JMEter On Fri, Sep 12, 2014 at 10:55 AM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Elias, On 9/12/14 10:24 AM, Elias Kopsiaftis wrote: I apologize for my lack of information, but for an inexperienced

Re: stress testing tomcat applications

2014-09-11 Thread Ognjen Blagojevic
Elias, On 11.9.2014 2:03, Elias Kopsiaftis wrote: My best guess is that tomcat doesnt like to accept requests coming for two different logins from the same IP and same program. Is that accurate? Is anything else that could be going wrong here? Tomcat should allow multiple sessions from same

Re: stress testing tomcat applications

2014-09-11 Thread Elias Kopsiaftis
ok Thanks, I am using Tomcat7. I dont know much about Tomcat application development, so I will research these options you gave me before responding again. Thanks again On Thu, Sep 11, 2014 at 4:07 AM, Ognjen Blagojevic ognjen.d.blagoje...@gmail.com wrote: Elias, On 11.9.2014 2:03, Elias

Re: stress testing tomcat applications

2014-09-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Elias, On 9/10/14 8:03 PM, Elias Kopsiaftis wrote: I am working on a stress tester for my application, however, from within the stress tester, sometimes it loses the sessionid Are you writing your own stress-testing software, or using a tool

stress testing tomcat applications

2014-09-10 Thread Elias Kopsiaftis
Hi, I am working on a stress tester for my application, however, from within the stress tester, sometimes it loses the sessionid An overview of the process is 1. login to application and get sessionid 2. send subsequent requests to server that sessionid 3. Repeat steps 1 and 2 for multiple