%-- - This software was developed and / or modified by Raytheon Company, - pursuant to Contract DG133W-05-CQ-1067 with the US Government. - - U.S. EXPORT CONTROLLED TECHNICAL DATA - This software product contains export-restricted data whose - export/transfer/disclosure is restricted by U.S. law. Dissemination - to non-U.S. persons whether in the United States or abroad requires - an export license or other authorization. - - Contractor Name: Raytheon Company - Contractor Address: 6825 Pine Street, Suite 340 - Mail Stop B8 - Omaha, NE 68106 - 402.291.0100 - - See the AWIPS II Master Rights File ("Master Rights File.pdf") for - further licensing information. - - JSP for modifying the purge time and the length of logs to keep - -
- - SOFTWARE HISTORY - - Date Ticket# Engineer Description - ------------ ---------- ----------- -------------------------- - Aug 16, 2012 mnash Initial creation - -- - @author mnash - @version 1.0 - --%> <%@ page import="org.jivesoftware.util.ParamUtils" %> <%@ page import="org.jivesoftware.util.JiveGlobals" %> <%@ page import="java.util.*" %> <%@ page import="java.lang.*" %> <%@ page import="java.net.URLEncoder" %> <%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c" %> <%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ taglib uri="http://java.sun.com/jstl/fmt_rt" prefix="fmt" %>
Use the form below to configure logging for chat rooms
<% if (success) { %>![]() |
Successfully update logging settings. |
![]() |
<% if (errors.get(LOG_FREQ) != null || errors.get(LOG_TTL) != null) { %> An invalid value was entered. Please enter a valid value. <% } %> |