Author: ruwan
Date: Thu May 22 08:26:29 2008
New Revision: 17276

Log:
Part 1 of the issue ESBJAVA-490 (changing the admin console port from 9443 9444)


Modified:
   
branches/esb/java/1.7/esb/java/modules/core/src/main/java/org/wso2/esb/ServiceBusConfiguration.java
   branches/esb/java/1.7/esb/java/modules/distribution/src/main/conf/axis2.xml
   
branches/esb/java/1.7/esb/java/modules/distribution/src/main/conf/tomcat/tomcat.properties
   
branches/esb/java/1.7/esb/java/modules/startup/src/main/java/org/wso2/esb/TomcatServer.java
   branches/esb/java/1.7/esb/java/src/site/xdoc/ESB_QuickStart.xml
   branches/esb/java/1.7/esb/java/src/site/xdoc/administratorguide.xml
   branches/esb/java/1.7/esb/java/src/site/xdoc/installationguide.xml

Modified: 
branches/esb/java/1.7/esb/java/modules/core/src/main/java/org/wso2/esb/ServiceBusConfiguration.java
==============================================================================
--- 
branches/esb/java/1.7/esb/java/modules/core/src/main/java/org/wso2/esb/ServiceBusConfiguration.java
 (original)
+++ 
branches/esb/java/1.7/esb/java/modules/core/src/main/java/org/wso2/esb/ServiceBusConfiguration.java
 Thu May 22 08:26:29 2008
@@ -171,7 +171,7 @@
     }
 
     public int getConsolePort() {
-        return getFirstPropertyAsInt("AdminConsole.Port", 9443);
+        return getFirstPropertyAsInt("AdminConsole.Port", 9444);
     }
 
     public int getHttpPort() {

Modified: 
branches/esb/java/1.7/esb/java/modules/distribution/src/main/conf/axis2.xml
==============================================================================
--- branches/esb/java/1.7/esb/java/modules/distribution/src/main/conf/axis2.xml 
(original)
+++ branches/esb/java/1.7/esb/java/modules/distribution/src/main/conf/axis2.xml 
Thu May 22 08:26:29 2008
@@ -173,7 +173,7 @@
     </transportReceiver>
 
     <transportReceiver name="admin/https" 
class="org.wso2.esb.transport.tomcat.HttpsTransportListener">
-        <!--<parameter name="port" locked="false">9443</parameter>-->
+        <!--<parameter name="port" locked="false">9444</parameter>-->
         <!--<parameter name="non-blocking" locked="false">true</parameter>-->
     </transportReceiver>
 

Modified: 
branches/esb/java/1.7/esb/java/modules/distribution/src/main/conf/tomcat/tomcat.properties
==============================================================================
--- 
branches/esb/java/1.7/esb/java/modules/distribution/src/main/conf/tomcat/tomcat.properties
  (original)
+++ 
branches/esb/java/1.7/esb/java/modules/distribution/src/main/conf/tomcat/tomcat.properties
  Thu May 22 08:26:29 2008
@@ -1,6 +1,6 @@
 # configuration for the embedded tomcat
 
-ConsolePort=9443
+ConsolePort=9444
 ContextPath=/esb
 KeyStore.Location=webapp/WEB-INF/classes/conf/identity.jks
 KeyStore.Type=JKS

Modified: 
branches/esb/java/1.7/esb/java/modules/startup/src/main/java/org/wso2/esb/TomcatServer.java
==============================================================================
--- 
branches/esb/java/1.7/esb/java/modules/startup/src/main/java/org/wso2/esb/TomcatServer.java
 (original)
+++ 
branches/esb/java/1.7/esb/java/modules/startup/src/main/java/org/wso2/esb/TomcatServer.java
 Thu May 22 08:26:29 2008
@@ -103,7 +103,7 @@
         try {
             embedded.start();
             log.info("Tomcat Server started at " + "https://"; + host + ":"
-                + getTomcatProperty("ConsolePort", "9443") + esbContextPath);
+                + getTomcatProperty("ConsolePort", "9444") + esbContextPath);
         } catch (Exception e) {
             log.fatal("Error starting embedded Tomcat server : ", e);
             throw new ServiceBusException(e);
@@ -133,7 +133,7 @@
 
         // SSLConnector
         Connector sslConnector = embedded.createConnector(
-            (InetAddress) null, 
Integer.parseInt(getTomcatProperty("ConsolePort", "9443")), true);
+            (InetAddress) null, 
Integer.parseInt(getTomcatProperty("ConsolePort", "9444")), true);
         sslConnector.setScheme(ServiceBusConstants.HTTPS_TRANSPORT);
 
         if (ksPassword != null) {

Modified: branches/esb/java/1.7/esb/java/src/site/xdoc/ESB_QuickStart.xml
==============================================================================
--- branches/esb/java/1.7/esb/java/src/site/xdoc/ESB_QuickStart.xml     
(original)
+++ branches/esb/java/1.7/esb/java/src/site/xdoc/ESB_QuickStart.xml     Thu May 
22 08:26:29 2008
@@ -194,7 +194,7 @@
 2007-11-08 17:57:54,894 [127.0.1.1-upul] [main]  INFO ServerManager Starting 
transport vfs
 2007-11-08 17:57:54,894 [127.0.1.1-upul] [main]  INFO ServerManager Starting 
transport admin/https
 2007-11-08 17:57:54,894 [127.0.1.1-upul] [main]  INFO ServerManager Ready for 
processing
-2007-11-08 17:57:55,933 [127.0.1.1-upul] [main]  INFO TomcatServer Tomcat 
Server Started at  https://192.168.13.1:9443/esb
+2007-11-08 17:57:55,933 [127.0.1.1-upul] [main]  INFO TomcatServer Tomcat 
Server Started at  https://192.168.13.1:9444/esb
 2007-11-08 17:57:55,934 [127.0.1.1-upul] [main]  INFO Main WSO2 ESB started in 
10214 ms</pre>
     <p/>
     <h4 id="Configurin">
@@ -207,7 +207,7 @@
       sufficient for our first scenario. Later on, we will change this
       configuration using the management console to build different mediations.
       Now examine the default configuration using the ESB console. Open a Web
-      browser and point it to the URL https://localhost:9443/esb. You will be
+      browser and point it to the URL https://localhost:9444/esb. You will be
       directed to the log-in screen of the management console shown below.
     </p>
     <p/>

Modified: branches/esb/java/1.7/esb/java/src/site/xdoc/administratorguide.xml
==============================================================================
--- branches/esb/java/1.7/esb/java/src/site/xdoc/administratorguide.xml 
(original)
+++ branches/esb/java/1.7/esb/java/src/site/xdoc/administratorguide.xml Thu May 
22 08:26:29 2008
@@ -177,7 +177,7 @@
     <p>
       Once WSO2 ESB has been successfully installed and started, launch a Web
       browser instance and point it to the URL <a
-      href="https://localhost:9443/esb";>https://localhost:9443/esb</a>.
+      href="https://localhost:9444/esb";>https://localhost:9444/esb</a>.
       This will take you to the <em>Sign In</em> page of the WSO2 ESB
       Management Console.
     </p>

Modified: branches/esb/java/1.7/esb/java/src/site/xdoc/installationguide.xml
==============================================================================
--- branches/esb/java/1.7/esb/java/src/site/xdoc/installationguide.xml  
(original)
+++ branches/esb/java/1.7/esb/java/src/site/xdoc/installationguide.xml  Thu May 
22 08:26:29 2008
@@ -150,7 +150,7 @@
             Mozilla Firefox 2.0 at a resolution of 1024x768 is recommended. MS
             Internet Explorer 7 may be used as well, with some limitations. 
Once
             the WSO2 ESB is started point the browser to
-            https://localhost:9443/esb you can access your Management Console.
+            https://localhost:9444/esb you can access your Management Console.
             See the <a href="administratorguide.html">Web Administrator 
Guide</a>
             for more details.
           </td>
@@ -212,7 +212,7 @@
         ./wso2-esb-daemon.sh console
       </li>
       <li>
-        Check your WSO2 ESB instance using the URL https://localhost:9443/esb
+        Check your WSO2 ESB instance using the URL https://localhost:9444/esb
         which will take you to the WSO2 ESB Management Console.
       </li>
       <li>
@@ -247,7 +247,7 @@
         install-wso2-esb-service.bat script
       </li>
       <li>
-        Check your WSO2 ESB instance using the URL https://localhost:9443/esb
+        Check your WSO2 ESB instance using the URL https://localhost:9444/esb
         which will take you to the WSO2 ESB Management Console.
       </li>
       <li>

_______________________________________________
Esb-java-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev

Reply via email to