-----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
> configuration can exist that is causing your problem, that you dont
> even know it exists.
> 
> Anyways, I believe my stress tester is working fine. I think the
> real problem I faced was since multiple threads are sharing the
> same resource(System.out), they are not all getting to print to it
> and some essages are getting lost.

Unlikely: these streams are threadsafe, so you shouldn't be losing
anything. You may have un-flushed data, though, but that should all be
flushed if the process exits.

> Also, I am not using an authenticator, or even a web page, I wrote
> a java application to connect to the tomcat server. As for the
> original problem, sessions were not getting lost, it was a
> concurrency issue within my stress tester.

Sounds likely.

You may want to consider using JMeter. It's already got pretty much
everything you need, and it works properly.

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
Comment: GPGTools - http://gpgtools.org

iQIcBAEBCAAGBQJUEwl0AAoJEBzwKT+lPKRYzeQQALIpa26Cc1/6QWUtDf3fQiVQ
h/+yR0qn2zwoG9PhEQP2aGuwJ7E+6CYEuOphpH4Almkrvm4VIjcPNgLYQjLF8iD4
eXFI87REuUsjTchW+eHl80dMPzppIwCXXtbG+A82mxM/Fz8DVFs/ZC/2uXi1Akri
sqkS4x9VAuU2gJOpS8tlgEJq/+1o+zPrRVVqYiNdrH4I1QBz2wKu9UIssro3idcd
lEpptUydIXINgl4dmSloINA37l3XZcuwWuQ6RF29P3BewYoioyiP1/5UyHZnaGg5
Dm2at7fmKG9XNFsDbLY5FVTpklEw8G1E2iOMzwNUoEja/Km/zpPJ+2vGbp0v27X1
yfUUCoeqLftYKzZ+/XuTlmQ1sBEkM6JqIZqgZ+FSC3DnEyJJp9wEJnPjiHltIPEw
IhaZmh84DXGzez4Icikr1neoPpXNfOcJucVPXTUmoA++Ceg4TB3QOPJYqbhowVVM
Xe7vfT22gXu0sD8ZzPJY2ayzCaFVDY1bA7DGrQNQQ7GStPk7lc3If56q+ilQUyQv
vC96/uDAQDdIS2zFZNlou9gNJ1wJ6bNOOpHVFN0mnEvXeoa3ZwrekdIkrhRQtLFm
BSybbo9LH5Q1VTb7piDxZ/gw60LnPTb+uVyGGWeuefnPfU13SPA7rC1ppzf6Byvg
IWIac1nuUTXI8B5p08tC
=zaZe
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to