How to change the portal timeout

compared with
Current by NotSupportContact-Mark Carey
on Oct 28, 2016 09:07.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (5)

View Page History
jar xf groundwork-enterprise.ear
mkdir status-viewer-war-temp
mv status-viewer-7.10.0.war status-viewer-war-temp
cd status-viewer-war-temp
jar xf status-viewer-7.10.0.war WEB-INF/web.xml
vim WEB-INF/web.xml{noformat}
## Edit *WEB-INF/web.xml*:
</session-config>{noformat}
## Repack the status viewer war file, repack *groundwork-enterprise.ear*, change ownership, and deploy:
{noformat}jar uf status-viewer-7.10.0.war WEB-INF/web.xml
mv status-viewer-7.10.0.war ..
cd ..
jar uf groundwork-enterprise.ear status-viewer-7.10.0.war
chown nagios:nagios groundwork-enterprise.ear
mv groundwork-enterprise.ear /usr/local/groundwork/foundation/container/jpp/standalone/deployments/groundwork-enterprise.ear