[wsas-java-dev] svn commit r1121 -
branches/wsas/java/standalone-tomcat/java/modules/servlet-edition/conf
svn at wso2.org
svn at wso2.org
Sat Mar 3 00:01:29 PST 2007
Author: azeez
Date: Sat Mar 3 00:01:23 2007
New Revision: 1121
Modified:
branches/wsas/java/standalone-tomcat/java/modules/servlet-edition/conf/server.xml
Log:
Cleaning up & adding HTTP & HTTPS ports for generic server installation
Modified: branches/wsas/java/standalone-tomcat/java/modules/servlet-edition/conf/server.xml
==============================================================================
--- branches/wsas/java/standalone-tomcat/java/modules/servlet-edition/conf/server.xml (original)
+++ branches/wsas/java/standalone-tomcat/java/modules/servlet-edition/conf/server.xml Sat Mar 3 00:01:23 2007
@@ -66,14 +66,25 @@
<Port>6666</Port>
</CommandListener>
- <!-- ************************************************* -->
- <!--Configuration related to WSO2 WSAS Servlet Edition -->
- <!-- ************************************************* -->
- <AdminWeb>
- <!--Management Console will be accessed via the context path given
- below -->
- <ContextPath>/wso2wsas</ContextPath>
- </AdminWeb>
+ <!--
+ Uncomment this section and provide the correct HTTPS port
+ in the case of a generic server installation
+ -->
+ <!--
+ <HTTPS>
+ <Port>9443</Port>
+ </HTTPS>
+ -->
+
+ <!--
+ Uncomment this section and provide the correct HTTP port
+ in the case of a generic server installation
+ -->
+ <!--
+ <HTTP>
+ <Port>9762</Port>
+ </HTTP>
+ -->
<!--
The default user roles which will be created when WSO2 WSAS
More information about the Wsas-java-dev
mailing list