1753325 Members
4897 Online
108792 Solutions
New Discussion юеВ

Tomcat Issues

 
Venkat_33
Frequent Advisor

Tomcat Issues

Hi,

How to modify maxInactiveInterval on HPUX
4 REPLIES 4
Venkat_33
Frequent Advisor

Re: Tomcat Issues

OK - Session information for application at context path /xxxdb
Default maximum session inactive interval 30 minutes
<10 minutes:1 sessions
30 - <40 minutes:57 sessions

i want to change the default interval to 20 minutes pls help for this
Arunvijai_4
Honored Contributor

Re: Tomcat Issues

http://jakarta.apache.org/taglibs/doc/session-doc/#maxInactiveInterval

have you seen this link ? You may need to do the same to modify maxInactiveInterval.

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Venkat_33
Frequent Advisor

Re: Tomcat Issues

yes i saw the link but i didnt find where i will go to modify and which configuration also dont know
Arunvijai_4
Honored Contributor

Re: Tomcat Issues

Do a grep in /opt/hpws or where you installed tomcat in HP-UX,

# grep -i "maxInactiveInterval" `find . -type f`

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"