manveen     02/04/25 21:06:44

  Modified:    webapps/admin/context contexts.jsp
  Log:
  Admin context cannot be deleted from tool.
  
  Revision  Changes    Path
  1.3       +3 -0      jakarta-tomcat-4.0/webapps/admin/context/contexts.jsp
  
  Index: contexts.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/admin/context/contexts.jsp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- contexts.jsp      24 Mar 2002 02:44:30 -0000      1.2
  +++ contexts.jsp      26 Apr 2002 04:06:44 -0000      1.3
  @@ -64,8 +64,11 @@
           <logic:iterate name="contextsList" id="context">
             <tr class="line-row">
               <td><div align="left" class="table-normal-text">&nbsp;
  +              <%-- admin context cannot be deleted from the tool --%>
  +              <logic:notMatch name="context" value='<%= request.getContextPath() 
%>'>
                 <html:multibox property="contexts"
                                   value="<%= context.toString() %>"/>
  +              </logic:notMatch>
               </div></td>
               <td><div align="left" class="table-normal-text">&nbsp;
                 <html:link page='<%= "/EditContext.do?select=" + 
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to