How do I change the default timeout period for the Administration Site of VigilEnt Policy Center? (NETIQKB26074)

  • 7726074
  • 02-Feb-2007
  • 20-Aug-2007

Resolution

goal
How do I change the default timeout period for the Administration Site of VigilEnt Policy Center?

fact
VigilEnt Policy Center 2.1x

fact
VigilEnt Policy Center 3.x

fact
VigilEnt Policy Center 4.x

fix

To change the default timeout on the Administration Site of VigilEnt Policy Center (VPC), follow these steps:

  1. Go to the installdir"/Pentasafe/VigilEnt Policy Center/server/webapps/VpcAdmin/WEB-INF subdirectory.

  2. Edit web.xml (Note: Notepad will work).

  3. Add the following before line 1912 (line 1912 looks like:  <!-- The Welcome File List -->):

    <!-- ======== Default Session Configuration ======== -->
    <!-- You can set the default session -->
    <!-- timeout (in minutes) for all newly   -->
    <!-- created sessions by modifying the value below. -->

    <session-config>
            <session-timeout>30</session-timeout>
    </session-config>

    The 30 can be changed to whatever is deemed appropriate.

  4. Once you have edited the time value, save the file.

  5. Stop and start the VigilEnt Policy Center service.


note
To change the default timeout for the User Site, please see the following knowledge base article:

https://www.netiq.com/kb/esupport/consumer/esupport.asp?id=NETIQKB26073



Additional Information

Formerly known as NETIQKB26074