Re: How to Upgrade Java JDK 7 to JDK8 with Keystore SSL Certificate in Tomcat 7

2015-09-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ignacio, On 9/10/15 6:01 PM, Ignacio Barragan wrote: > I have Tomcat 7.0.42 on a Windows 2008R2 server. I’m pretty new to > Tomcat. > > It uses Java JDK and is configured with a standard JSSE SSL > certificate. How do I upgrade Java on an existing

Re: Tomcat Session issue - Session not expiring on browser close event

2015-09-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Kiran, On 9/13/15 8:40 PM, Kiran Badi wrote: >> Perhaps you should think about using a leaner session, and then >> sessions living for longer than necessary won't be such a big >> problem > > What do you mean by leaner session ? Storing less objec

Re: No of Sockets/LSOF - query

2015-09-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Vicky, On 9/13/15 5:25 AM, vicky wrote: > I'm a web admin ,have little understanding of how to configure the > no.of sockets , list of open files & tomcat threads in server.xml > > Can some one please help me out that as a web admin how i can > s

RE: Tomcat Session issue - Session not expiring on browser close event

2015-09-14 Thread David Balažic
Kiran Badi wrote: > Is their a way to kill the session after certain period of inactive time > where user is not doing anything on the site or I need to adjust my timeout > value ? The timeout means exactly "kill the session after certain period of inactive time", so the answer is yes. Regards