Where can I find more information/documentation on hubzero-expire-sessions
We have a freestanding Java-based application that is deployed as a tool. It sometimes leaves Java processes behind after tool sessions are terminated. I'd like to more aggressively monitor and kill such processes; I'd like to find out more about the session expiration script so I can fine tune this or extend it.
0 Like 0 Dislike
Jeanette M Sperhac @ on
Ah, I've found:
/usr/sbin/expire-sessions
/usr/share/doc/hubzero-expire-sessions
...
/var/lib/dpkg/info/hubzero-expire-sessions.conffiles
/var/lib/dpkg/info/hubzero-expire-sessions.list
/var/lib/dpkg/info/hubzero-expire-sessions.md5sums
/var/lib/dpkg/info/hubzero-expire-sessions.postinst
/var/lib/dpkg/info/hubzero-expire-sessions.postrm
/var/lib/dpkg/info/hubzero-expire-sessions.prerm
...
/var/log/expire-sessions/expire-sessions.log
Looks like the db connect info needs to be set up inside python script /usr/sbin/expire-sessions. I'll try that...
Reply Report abuse
Please login to answer the question.