📄 context.jsp
字号:
</logic:equal>
<logic:equal name="contextForm" property="adminAction" value="Edit">
<bean:write name="contextForm" property="path"/>
<html:hidden property="path"/>
</logic:equal>
</controls:data>
</controls:row>
<controls:row labelStyle="table-label-text" dataStyle="table-normal-text" styleId="reloadable">
<controls:label><bean:message key="context.reloadable"/>:</controls:label>
<controls:data>
<html:select property="reloadable" styleId="reloadable">
<bean:define id="booleanVals" name="contextForm" property="booleanVals"/>
<html:options collection="booleanVals" property="value"
labelProperty="label"/>
</html:select>
</controls:data>
</controls:row>
<controls:row labelStyle="table-label-text" dataStyle="table-normal-text" styleId="swallowOutput">
<controls:label><bean:message key="context.swallowOutput"/>:</controls:label>
<controls:data>
<html:select property="swallowOutput" styleId="swallowOutput">
<bean:define id="booleanVals" name="contextForm" property="booleanVals"/>
<html:options collection="booleanVals" property="value"
labelProperty="label"/>
</html:select>
</controls:data>
</controls:row>
<controls:row labelStyle="table-label-text" dataStyle="table-normal-text" styleId="usernaming">
<controls:label><bean:message key="context.usenaming"/>:</controls:label>
<controls:data>
<html:select property="useNaming" styleId="usernaming">
<bean:define id="booleanVals" name="contextForm" property="booleanVals"/>
<html:options collection="booleanVals" property="value"
labelProperty="label"/>
</html:select>
</controls:data>
</controls:row>
<%-- input only allowed on create transaction >
<controls:row labelStyle="table-label-text" dataStyle="table-normal-text" styleId="workdir">
<controls:label><bean:message key="context.workdir"/>:</controls:label>
<controls:data>
<logic:equal name="contextForm" property="adminAction" value="Create">
<html:text property="workDir" size="30" styleId="workdir"/>
</logic:equal>
<logic:equal name="contextForm" property="adminAction" value="Edit">
<bean:write name="contextForm" property="workDir"/>
<html:hidden property="workDir"/>
</logic:equal>
</controls:data>
</controls:row--%>
</controls:table>
</td>
</tr>
</table>
<br>
<%-- Loader Properties table --%>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr> <td> <div class="table-title-text">
<bean:message key="context.loader.properties"/>
</div> </td> </tr>
</table>
<table class="back-table" border="0" cellspacing="0" cellpadding="1" width="100%">
<tr>
<td>
<controls:table tableStyle="front-table" lineStyle="line-row">
<controls:row header="true"
labelStyle="table-header-text" dataStyle="table-header-text">
<controls:label><bean:message key="service.property"/></controls:label>
<controls:data><bean:message key="service.value"/></controls:data>
</controls:row>
<%--controls:row labelStyle="table-label-text" dataStyle="table-normal-text" styleId="checkInterval">
<controls:label><bean:message key="context.checkInterval"/>:</controls:label>
<controls:data>
<html:text property="ldrCheckInterval" size="5" styleId="checkInterval"/>
</controls:data>
</controls:row--%>
<controls:row labelStyle="table-label-text" dataStyle="table-normal-text" styleId="debugLvlVals">
<controls:label><bean:message key="server.debuglevel"/>:</controls:label>
<controls:data>
<html:select property="ldrDebugLvl" styleId="debugLvlVals">
<bean:define id="debugLvlVals" name="contextForm" property="debugLvlVals"/>
<html:options collection="debugLvlVals" property="value"
labelProperty="label"/>
</html:select>
</controls:data>
</controls:row>
<controls:row labelStyle="table-label-text" dataStyle="table-normal-text" styleId="reloadable">
<controls:label><bean:message key="context.reloadable"/>:</controls:label>
<controls:data>
<html:select property="ldrReloadable" styleId="reloadable">
<bean:define id="booleanVals" name="contextForm" property="booleanVals"/>
<html:options collection="booleanVals" property="value"
labelProperty="label"/>
</html:select>
</controls:data>
</controls:row>
</controls:table>
</td>
</tr>
</table>
<BR>
<%-- Session Manager Properties table --%>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr> <td> <div class="table-title-text">
<bean:message key="context.sessionmgr.properties"/>
</div> </td> </tr>
</table>
<table class="back-table" border="0" cellspacing="0" cellpadding="1" width="100%">
<tr>
<td>
<controls:table tableStyle="front-table" lineStyle="line-row">
<controls:row header="true"
labelStyle="table-header-text" dataStyle="table-header-text">
<controls:label><bean:message key="service.property"/></controls:label>
<controls:data><bean:message key="service.value"/></controls:data>
</controls:row>
<%--controls:row labelStyle="table-label-text" dataStyle="table-normal-text" styleId="checkInterval">
<controls:label><bean:message key="context.checkInterval"/>:</controls:label>
<controls:data>
<html:text property="mgrCheckInterval" size="5" styleId="checkInterval"/>
</controls:data>
</controls:row--%>
<controls:row labelStyle="table-label-text" dataStyle="table-normal-text" styleId="debuglevel">
<controls:label><bean:message key="server.debuglevel"/>:</controls:label>
<controls:data>
<html:select property="mgrDebugLvl" styleId="debuglevel">
<bean:define id="debugLvlVals" name="contextForm" property="debugLvlVals"/>
<html:options collection="debugLvlVals" property="value"
labelProperty="label"/>
</html:select>
</controls:data>
</controls:row>
<controls:row labelStyle="table-label-text" dataStyle="table-normal-text" styleId="sessionId">
<controls:label><bean:message key="context.sessionId"/>:</controls:label>
<controls:data>
<html:textarea property="mgrSessionIDInit" cols="30" rows="2" styleId="sessionId"/>
</controls:data>
</controls:row>
<controls:row labelStyle="table-label-text" dataStyle="table-normal-text" styleId="maxSessions">
<controls:label><bean:message key="context.max.sessions"/>:</controls:label>
<controls:data>
<html:text property="mgrMaxSessions" size="5" styleId="maxSessions"/>
</controls:data>
</controls:row>
</controls:table>
</td>
</tr>
</table>
<%@ include file="../buttons.jsp" %>
<br>
</html:form>
<p> </p>
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -