-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Qadeer,

On 2/12/16 1:55 PM, Qadeer Khan wrote:
> I have a few sample applications installed on two machines. One my 
> local and the other on a server. When I run an application via 
> manager UI, on my local, it increments the session

Good.

> But if the same application run on another server, session remains
> a 0.
> 
> My assumption here and everybody at client site that if you run a 
> java application it should create a session or session.

This is not a good assumption to make. Lots of applications are
stateless, or use some mechanism other than HttpSession to manage state.

> Is this assumption incorrect and if it, then why it is showing 
> session incremented on one machine and not the other.

Tomcat just reports the number of sessions that the application has
created. If there are zero reported, then zero have been created.

You might want to verify that you are actually hitting the application
in question, and that you really should expect a session to be created.

- -chris
-----BEGIN PGP SIGNATURE-----
Comment: GPGTools - http://gpgtools.org
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iEYEARECAAYFAla+LrwACgkQ9CaO5/Lv0PA6JQCcDVkcITRMee43fJFsHoZE8u3Y
GNcAoJiSzDj2mBpkIoZppoKviDOGhYCq
=igPA
-----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