You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ki...@apache.org on 2003/10/29 22:57:17 UTC

cvs commit: jakarta-tomcat-catalina/webapps/admin/service service.jsp

kinman      2003/10/29 13:57:17

  Modified:    webapps/admin/host host.jsp
               webapps/admin/service service.jsp
  Log:
  - Don't comment out custom tags with <!-- and -->.  Use <%-- and --%> instead.
  
  Revision  Changes    Path
  1.11      +2 -0      jakarta-tomcat-catalina/webapps/admin/host/host.jsp
  
  Index: host.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/admin/host/host.jsp,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- host.jsp	24 Aug 2003 22:52:46 -0000	1.10
  +++ host.jsp	29 Oct 2003 21:57:17 -0000	1.11
  @@ -71,6 +71,7 @@
               </controls:action>
               <controls:action disabled="true"> ------------------------------------- </controls:action>
               <!--FIXME add/remove defaultcontext-->
  +<%--
               <!--controls:action url='<%= "/AddDefaultContext.do?parent=" +
                                     URLEncoder.encode(thisObjectName) %>'>
                   <bean:message key="actions.defaultcontexts.create"/>
  @@ -79,6 +80,7 @@
                                     URLEncoder.encode(thisObjectName) %>'>
                   <bean:message key="actions.defaultcontexts.deletes"/>
               </controls:action-->                        
  +--%>
               <logic:notEqual name="hostName" value='<%= (String)request.getAttribute("adminAppHost") %>'>
               <controls:action disabled="true">
                   -------------------------------------
  
  
  
  1.12      +2 -0      jakarta-tomcat-catalina/webapps/admin/service/service.jsp
  
  Index: service.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/admin/service/service.jsp,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- service.jsp	12 May 2003 20:21:38 -0000	1.11
  +++ service.jsp	29 Oct 2003 21:57:17 -0000	1.12
  @@ -65,6 +65,7 @@
                   -------------------------------------
                 </controls:action>
                 <!-- FIXME add/remove defaultcontext-->
  +<%--
                 <!--controls:action url='<%= "/AddDefaultContext.do?serviceName=" +
                                           URLEncoder.encode(thisObjectName) %>'>
                   <bean:message key="actions.defaultcontexts.create"/>
  @@ -73,6 +74,7 @@
                                           URLEncoder.encode(thisObjectName) %>'>
                   <bean:message key="actions.defaultcontexts.deletes"/>
                 </controls:action-->
  +--%>
                 <controls:action disabled="true">
                   -------------------------------------
                 </controls:action>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org