You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2005/09/25 00:42:50 UTC

svn commit: r291342 - in /webservices/axis2/trunk/java: modules/core/conf/ modules/core/src/org/apache/axis2/ modules/core/src/org/apache/axis2/description/ modules/core/src/org/apache/axis2/transport/http/ modules/core/webapp/ modules/core/webapp/Erro...

Author: dims
Date: Sat Sep 24 15:42:42 2005
New Revision: 291342

URL: http://svn.apache.org/viewcvs?rev=291342&view=rev
Log:
Fix typos


Added:
    webservices/axis2/trunk/java/modules/core/webapp/Login.jsp
      - copied, changed from r291336, webservices/axis2/trunk/java/modules/core/webapp/Loging.jsp
    webservices/axis2/trunk/java/xdocs/images/adminlogin.jpg
      - copied unchanged from r291336, webservices/axis2/trunk/java/xdocs/images/adminloging.jpg
Removed:
    webservices/axis2/trunk/java/modules/core/webapp/Loging.jsp
    webservices/axis2/trunk/java/xdocs/images/adminloging.jpg
Modified:
    webservices/axis2/trunk/java/modules/core/conf/web.xml
    webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/Constants.java
    webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/description/ServiceDescription.java
    webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/transport/http/ListingAgent.java
    webservices/axis2/trunk/java/modules/core/webapp/Error/AuthError.html
    webservices/axis2/trunk/java/modules/core/webapp/HappyAxis.jsp
    webservices/axis2/trunk/java/modules/core/webapp/LeftFrame.jsp
    webservices/axis2/trunk/java/modules/core/webapp/SelectService.jsp
    webservices/axis2/trunk/java/modules/core/webapp/ViewServiceHandlers.jsp
    webservices/axis2/trunk/java/modules/core/webapp/index.jsp
    webservices/axis2/trunk/java/modules/samples/src/sample/axisversion/Version.java
    webservices/axis2/trunk/java/xdocs/webadminguide.html

Modified: webservices/axis2/trunk/java/modules/core/conf/web.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/conf/web.xml?rev=291342&r1=291341&r2=291342&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/conf/web.xml (original)
+++ webservices/axis2/trunk/java/modules/core/conf/web.xml Sat Sep 24 15:42:42 2005
@@ -55,7 +55,7 @@
     </servlet-mapping>
     <servlet-mapping>
         <servlet-name>AxisServlet</servlet-name>
-        <url-pattern>/adminloging</url-pattern>
+        <url-pattern>/adminlogin</url-pattern>
     </servlet-mapping>
     <servlet-mapping>
         <servlet-name>AxisServlet</servlet-name>

Modified: webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/Constants.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/Constants.java?rev=291342&r1=291341&r2=291342&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/Constants.java (original)
+++ webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/Constants.java Sat Sep 24 15:42:42 2005
@@ -114,7 +114,7 @@
 
     public static final String ENGAGE_MODULE_TO_SERVICE_GROUP = "engageToServiceGroup";
 
-    public static final String ADMIN_LOGGING = "adminloging";
+    public static final String ADMIN_LOGIN = "adminlogin";
 
     public static final String LIST_CONTEXTS = "listContexts";
     public static final String LOGOUT = "logout";

Modified: webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/description/ServiceDescription.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/description/ServiceDescription.java?rev=291342&r1=291341&r2=291342&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/description/ServiceDescription.java (original)
+++ webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/description/ServiceDescription.java Sat Sep 24 15:42:42 2005
@@ -667,7 +667,7 @@
             } else {
                 WSDLFactory.newInstance().newWSDLWriter().writeWSDL(
                         wsdlDefinition, out);
-                out.write("<wsdl>WSDL is NOT found</wsdl>");
+                out.write("<wsdl>This service does not have a WSDL</wsdl>");
                 out.flush();
             }
 

Modified: webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/transport/http/ListingAgent.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/transport/http/ListingAgent.java?rev=291342&r1=291341&r2=291342&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/transport/http/ListingAgent.java (original)
+++ webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/transport/http/ListingAgent.java Sat Sep 24 15:42:42 2005
@@ -129,7 +129,7 @@
             engageModulesToServiceGroup(httpServletRequest, httpServletResponse);
             return;
         } else if ((filePart != null) &&
-                filePart.endsWith(Constants.ADMIN_LOGGING)) {
+                filePart.endsWith(Constants.ADMIN_LOGIN)) {
             adminLogging(httpServletRequest, httpServletResponse);
             return;
         } else if ((filePart != null) &&

Modified: webservices/axis2/trunk/java/modules/core/webapp/Error/AuthError.html
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/webapp/Error/AuthError.html?rev=291342&r1=291341&r2=291342&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/webapp/Error/AuthError.html (original)
+++ webservices/axis2/trunk/java/modules/core/webapp/Error/AuthError.html Sat Sep 24 15:42:42 2005
@@ -12,7 +12,7 @@
     <td align="center">Failure in Authentication! Please check your username and password</td>
   
     </tr>
-    <tr>  <td align="center"><a href="/axis2/Loging.jsp">back</a></td></tr>
+    <tr>  <td align="center"><a href="/axis2/Login.jsp">back</a></td></tr>
 </table>
 
 <hr/>

Modified: webservices/axis2/trunk/java/modules/core/webapp/HappyAxis.jsp
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/webapp/HappyAxis.jsp?rev=291342&r1=291341&r2=291342&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/webapp/HappyAxis.jsp (original)
+++ webservices/axis2/trunk/java/modules/core/webapp/HappyAxis.jsp Sat Sep 24 15:42:42 2005
@@ -359,7 +359,7 @@
 <h1>Axis2 Happiness Page</h1>
 <h2>Examining webapp configuration</h2>
 <p>
-<h3>Needed Components</h3>
+<h3>Essential Components</h3>
 <%
     int needed=0,wanted=0;
 
@@ -436,10 +436,10 @@
     %>
     <p>
     <font color="blue" >
-    Found the Axis2 default Version service and Axis2 is working properly.Now you can drop any web service in
-    to axis2/WEB-INF/service and check if it is working.
+    Found the Axis2 default Version service and Axis2 is working properly.Now you can drop a web service in
+    axis2/WEB-INF/services and refresh this page.
 
-    Following output was produced while invoking the version service
+    Following output was produced while invoking the version service:
     <br>
        <%= value%> </font>
        </p>

Modified: webservices/axis2/trunk/java/modules/core/webapp/LeftFrame.jsp
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/webapp/LeftFrame.jsp?rev=291342&r1=291341&r2=291342&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/webapp/LeftFrame.jsp (original)
+++ webservices/axis2/trunk/java/modules/core/webapp/LeftFrame.jsp Sat Sep 24 15:42:42 2005
@@ -100,7 +100,7 @@
        &nbsp;&nbsp;&nbsp;&nbsp;
        </td>
        <td>
-         <a href="selectService">Operation's Chains</a>
+         <a href="selectService">Operation specific Chains</a>
        </td>
     </tr>
     <tr>
@@ -113,7 +113,7 @@
         &nbsp;&nbsp;&nbsp;&nbsp;
        </td>
        <td>
-         <a href="engagingglobally">Gloabally</a>
+         <a href="engagingglobally">For all Services</a>
        </td>
     </tr>
      <tr>
@@ -146,7 +146,7 @@
 
     <tr>
      <td colspan="2" >
-       <b>Edit Service</b>
+       <b>Services</b>
      </td>
   </tr>
     <tr>
@@ -154,7 +154,7 @@
        &nbsp;&nbsp;&nbsp;&nbsp;
        </td>
        <td>
-         <a href="removeService">Turn off service</a>
+         <a href="removeService">Undeploy service</a>
        </td>
     </tr>
     <tr>
@@ -162,12 +162,12 @@
        &nbsp;&nbsp;&nbsp;&nbsp;
        </td>
        <td>
-         <a href="selectServiceParaEdit">Edit Service Parameters</a>
+         <a href="selectServiceParaEdit">Edit Parameters</a>
        </td>
     </tr>
     <tr>
      <td colspan="2" >
-       <b>View Contexts </b>
+       <b>Contexts</b>
      </td>
     </tr>
     <tr>
@@ -175,7 +175,7 @@
        &nbsp;&nbsp;&nbsp;&nbsp;
        </td>
        <td>
-         <a href="listContexts">View Context Hierachy</a>
+         <a href="listContexts">View Hierachy</a>
        </td>
     </tr>
 </table>

Copied: webservices/axis2/trunk/java/modules/core/webapp/Login.jsp (from r291336, webservices/axis2/trunk/java/modules/core/webapp/Loging.jsp)
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/webapp/Login.jsp?p2=webservices/axis2/trunk/java/modules/core/webapp/Login.jsp&p1=webservices/axis2/trunk/java/modules/core/webapp/Loging.jsp&r1=291336&r2=291342&rev=291342&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/webapp/Loging.jsp (original)
+++ webservices/axis2/trunk/java/modules/core/webapp/Login.jsp Sat Sep 24 15:42:42 2005
@@ -42,13 +42,13 @@
 
 </td>
 <td valign="middle" align="left">
-    <form method="get" name="LogingForm" action="adminloging">
+    <form method="get" name="LoginForm" action="adminlogin">
         <table class="LOG_IN_FORM">
             <tr>
                 <td align="center" colspan="2" bgcolor="#b0b0b0" color="#FFFFFF"><font color="#FFFFFF">Login</font></td>
              </tr>
             <tr>
-                <td align="right" >User Name :</td>
+                <td align="right">User         :</td>
                 <td> <INPUT align="left" TYPE=TEXT NAME="userName" tabindex="1">
                 </td>
              </tr>
@@ -81,7 +81,7 @@
  <jsp:include page="include/footer.inc"></jsp:include>
 <script language="JavaScript">
 <!--
-document.LogingForm.userName.focus();
+document.LoginForm.userName.focus();
 //-->
 </script>
      </body>

Modified: webservices/axis2/trunk/java/modules/core/webapp/SelectService.jsp
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/webapp/SelectService.jsp?rev=291342&r1=291341&r2=291342&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/webapp/SelectService.jsp (original)
+++ webservices/axis2/trunk/java/modules/core/webapp/SelectService.jsp Sat Sep 24 15:42:42 2005
@@ -30,7 +30,7 @@
 %>
 <%@ page contentType="text/html;charset=UTF-8" language="java" %>
 <jsp:include page="include/adminheader.jsp"></jsp:include>
-<h1>Select a Service to view Operation's Chains</h1>
+<h1>Select a Service to view Operation specific Chains</h1>
   <%
       String action ="";
       String buttonName="" ;

Modified: webservices/axis2/trunk/java/modules/core/webapp/ViewServiceHandlers.jsp
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/webapp/ViewServiceHandlers.jsp?rev=291342&r1=291341&r2=291342&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/webapp/ViewServiceHandlers.jsp (original)
+++ webservices/axis2/trunk/java/modules/core/webapp/ViewServiceHandlers.jsp Sat Sep 24 15:42:42 2005
@@ -35,7 +35,7 @@
 <%@ page contentType="text/html;charset=UTF-8" language="java" %>
 <html>
 <jsp:include page="include/adminheader.jsp"></jsp:include>
-<h1>View Operation's Chains</h1>
+<h1>View Operation specific Chains</h1>
    <%
             ServiceDescription service = (ServiceDescription)request.getSession().
                     getAttribute(Constants.SERVICE_HANDLERS);

Modified: webservices/axis2/trunk/java/modules/core/webapp/index.jsp
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/webapp/index.jsp?rev=291342&r1=291341&r2=291342&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/webapp/index.jsp (original)
+++ webservices/axis2/trunk/java/modules/core/webapp/index.jsp Sat Sep 24 15:42:42 2005
@@ -33,26 +33,27 @@
         <jsp:include page="include/header.inc"></jsp:include>
         <br/>
 	<h1>Welcome!</h1>
-        Welcome to the new generation of Axis. If you can see this it means you have
-        successfuly deployed the Axis 2 web application. However to ensure that Axis 2
-        is properly working, we encourage you to go to the validate link.
+        Welcome to the new generation of Axis. If you can see this page you have
+        successfully deployed the Axis2 web application. However to ensure that Axis2
+        is properly working, we encourage you to click on the validate link.
         <br/>
         <ul>
-        <li><a href="listServices">List Available services</a>
+        <li><a href="listServices">Services</a>
         <br/>
-        Lists all the available services deployed in this server.
+        View lists of all the available services deployed in this server.
         </li>
         <li><a href="HappyAxis.jsp">Validate</a>
         <br/>
-        This will probe the system to see whether all the required libraries are in place.
-        It will also provide the system information.
+        Check the system to see whether all the required libraries are in place 
+		and view view the system information.
         </li>
         <%--<li><a href="interop.jsp">Do an interop test</a>
         <br/>
         You can run Interoperability tests here
         </li>--%>
-        <li><a href="Loging.jsp">Axis2 Administration</a>
+        <li><a href="Login.jsp">Administration</a>
         <br/>
+		Console for administering this Axis2 installation.
         </li>
         </ul>
         <jsp:include page="include/footer.inc"></jsp:include>

Modified: webservices/axis2/trunk/java/modules/samples/src/sample/axisversion/Version.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/samples/src/sample/axisversion/Version.java?rev=291342&r1=291341&r2=291342&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/samples/src/sample/axisversion/Version.java (original)
+++ webservices/axis2/trunk/java/modules/samples/src/sample/axisversion/Version.java Sat Sep 24 15:42:42 2005
@@ -29,7 +29,7 @@
         OMElement version = fac.createOMElement("Version", omNs);
         version.addChild(
                 fac.createText(version,
-                        "Hello I am Axis2 versionning service , My version is Axis2 1.0-alpha !! "));
+                        "Hello I am Axis2 version service , My version is Axis2 1.0-alpha !! "));
         return version;
     }
 }

Modified: webservices/axis2/trunk/java/xdocs/webadminguide.html
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/webadminguide.html?rev=291342&r1=291341&r2=291342&view=diff
==============================================================================
--- webservices/axis2/trunk/java/xdocs/webadminguide.html (original)
+++ webservices/axis2/trunk/java/xdocs/webadminguide.html Sat Sep 24 15:42:42 2005
@@ -18,7 +18,7 @@
 
 <p></p>
 
-<h4><a name="_Toc96698076"></a>Loging into administration site</h4>
+<h4><a name="_Toc96698076"></a>Login into administration site</h4>
 
 <p>From axis2 index page you can go to administration page by following Axis2
 Administration link, then logging page will appear asking for a user name and
@@ -28,7 +28,7 @@
 
 <p align="left"><strong><img src="images/parameters.jpg"></strong></p>
 
-<p align="left"><strong><img src="images/adminloging.jpg"></strong></p>
+<p align="left"><strong><img src="images/adminlogin.jpg"></strong></p>
 
 <p>If the login succeed you will be see as shown below. This is where you can
 view the configuration and the state of the running system and dynamically