You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by sa...@apache.org on 2007/04/04 11:09:40 UTC

svn commit: r525469 - in /webservices/axis2/branches/java/1_2/modules/webapp: listFaultyService.jsp listService.jsp listServices.jsp listSingleService.jsp

Author: sandakith
Date: Wed Apr  4 02:09:39 2007
New Revision: 525469

URL: http://svn.apache.org/viewvc?view=rev&rev=525469
Log:
removing the REST EPR from the jsp pages, there is no seperate EPR for rest now

Modified:
    webservices/axis2/branches/java/1_2/modules/webapp/listFaultyService.jsp
    webservices/axis2/branches/java/1_2/modules/webapp/listService.jsp
    webservices/axis2/branches/java/1_2/modules/webapp/listServices.jsp
    webservices/axis2/branches/java/1_2/modules/webapp/listSingleService.jsp

Modified: webservices/axis2/branches/java/1_2/modules/webapp/listFaultyService.jsp
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/webapp/listFaultyService.jsp?view=diff&rev=525469&r1=525468&r2=525469
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/webapp/listFaultyService.jsp (original)
+++ webservices/axis2/branches/java/1_2/modules/webapp/listFaultyService.jsp Wed Apr  4 02:09:39 2007
@@ -35,7 +35,6 @@
     <jsp:include page="include/link-footer.jsp"></jsp:include>
   <%
         String prifix = request.getAttribute("frontendHostUrl") + (String)request.getSession().getAttribute(Constants.SERVICE_PATH) +"services/";
-        String restprefix = request.getAttribute("frontendHostUrl") + "rest/";
     %>
         <%
             String isFault = (String)request.getSession().getAttribute(Constants.IS_FAULTY);
@@ -57,7 +56,6 @@
           String  serviceName = axisService.getName();
             %><h2><font color="blue"><a href="<%=prifix + axisService.getName()%>?wsdl"><%=serviceName%></a></font></h2>
            <font color="blue">Service EPR : </font><font color="black"><%=prifix + axisService.getName()%></font><br>
-               <font color="blue">Service REST epr :</font><font color="black"><%=restprefix + axisService.getName()%></font>
            <h4>Service Description : <font color="black"><%=axisService.getServiceDescription()%></h4>
            <i><font color="blue">Service Status : <%=axisService.isActive()?"Active":"InActive"%></font></i><br>
            <%

Modified: webservices/axis2/branches/java/1_2/modules/webapp/listService.jsp
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/webapp/listService.jsp?view=diff&rev=525469&r1=525468&r2=525469
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/webapp/listService.jsp (original)
+++ webservices/axis2/branches/java/1_2/modules/webapp/listService.jsp Wed Apr  4 02:09:39 2007
@@ -30,7 +30,6 @@
 
 <h1>Available Services</h1>
 <% String prefix = request.getAttribute("frontendHostUrl") + (String)request.getSession().getAttribute(Constants.SERVICE_PATH) + "/";
-    String restPrefix = request.getAttribute("frontendHostUrl") + "rest/";
 %>
 <%
     HashMap serviceMap = (HashMap) request.getSession().getAttribute(Constants.SERVICE_MAP);
@@ -62,8 +61,6 @@
     if (!disableREST) {
 %>
 
-<br/>
-<font color="blue">Service REST epr : </font><font color="black"><%=restPrefix + axisService.getName()%></font>
 <%
 %>
 <%

Modified: webservices/axis2/branches/java/1_2/modules/webapp/listServices.jsp
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/webapp/listServices.jsp?view=diff&rev=525469&r1=525468&r2=525469
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/webapp/listServices.jsp (original)
+++ webservices/axis2/branches/java/1_2/modules/webapp/listServices.jsp Wed Apr  4 02:09:39 2007
@@ -34,7 +34,6 @@
 <jsp:include page="include/link-footer.jsp" />
 <h1>Available services</h1>
 <% String prefix = request.getAttribute("frontendHostUrl") + (String)request.getSession().getAttribute(Constants.SERVICE_PATH) + "/";
-    String restPrefix = request.getAttribute("frontendHostUrl") + "rest/";
 %>
 <%
     HashMap serviceMap = (HashMap) request.getSession().getAttribute(Constants.SERVICE_MAP);
@@ -69,8 +68,6 @@
     if (!disableREST ) {
 
 %>
-<br />
-<font color="blue">Service REST epr : </font><font color="black"><%=restPrefix + axisService.getName()%></font>
 <%
     }
 

Modified: webservices/axis2/branches/java/1_2/modules/webapp/listSingleService.jsp
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/webapp/listSingleService.jsp?view=diff&rev=525469&r1=525468&r2=525469
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/webapp/listSingleService.jsp (original)
+++ webservices/axis2/branches/java/1_2/modules/webapp/listSingleService.jsp Wed Apr  4 02:09:39 2007
@@ -31,7 +31,6 @@
 <h1>List Single Service</h1>
 <%
     String prefix = request.getAttribute("frontendHostUrl") + (String)request.getSession().getAttribute(Constants.SERVICE_PATH) + "/";
-    String restPrefix = request.getAttribute("frontendHostUrl") + "rest/";
 %>
 <%
     String isFault = (String) request.getSession().getAttribute(Constants.IS_FAULTY);
@@ -66,8 +65,6 @@
     }
     if (!disableREST ) {
 %>
-<br/>
-<font color="blue">Service REST epr : </font><font color="black"><%=restPrefix + axisService.getName()%></font>
 <%
     }
 



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org