[wsas-java-dev] svn commit r4630 - in trunk/wsas/java/modules/core: bin lib

svn at wso2.org svn at wso2.org
Mon Jul 2 01:13:20 PDT 2007


Author: azeez
Date: Mon Jul  2 01:11:50 2007
New Revision: 4630

Added:
   trunk/wsas/java/modules/core/bin/README
Modified:
   trunk/wsas/java/modules/core/bin/install.bat
   trunk/wsas/java/modules/core/bin/shutdown.bat
   trunk/wsas/java/modules/core/bin/startup.bat
   trunk/wsas/java/modules/core/bin/wso2wsas.bat
   trunk/wsas/java/modules/core/lib/README
Log:
Few minor changes to the bat scripts
Added a README file which explains the usages of all the scripts in the bin folder



Added: trunk/wsas/java/modules/core/bin/README
==============================================================================
--- (empty file)
+++ trunk/wsas/java/modules/core/bin/README	Mon Jul  2 01:11:50 2007
@@ -0,0 +1,32 @@
+WSO2 Web Services Application Server 
+------------------------------------
+
+This file explains the usages of all the scipts contained within
+this file.
+
+1. admin.sh                   - Scriptable command line admin client
+
+2. chpasswd.sh & chpasswd.bat - Utiliy for changing the passwords of users registered
+                                in the WSO2 WSAS database
+
+3. install.sh & install.bat   - Installer script which will install WSO2 WSAS on a J2EE
+                                servlet container
+
+4. README                     - This file
+
+5. shutdown.sh & shutdown.bat - Shutdown a WSO2 WSAS instance started by the startup.sh
+                                or startup.bat file
+
+6. startup.sh & startup.bat   - Starts up a WSO2 WSAS instance in the background.
+
+7. tcpmon.sh & tcpmon.bat     - Script for launching the TCP Monitor tool
+
+8. version.txt                - A simple text file used for storing the version of this
+                                WSO2 WSAS release
+
+9. wsdl2java.sh & wsdl2java.bat - A tool for creating Java source code from a WSDL document
+
+10. wso2wsas.sh & wso2wsas.bat - The main script file used in WSO2 WSAS. Type wso2wsas.sh --help
+                                to get more details.
+
+

Modified: trunk/wsas/java/modules/core/bin/install.bat
==============================================================================
--- trunk/wsas/java/modules/core/bin/install.bat	(original)
+++ trunk/wsas/java/modules/core/bin/install.bat	Mon Jul  2 01:11:50 2007
@@ -17,7 +17,7 @@
 
 rem ----------------------------------------------------------------------------
 
-title WSO2 Web Services Application Server Servlet Edition 1.1 Installation
+title WSO2 Web Services Application Server Servlet Edition v at wso2wsas_version@ Installation
 
 rem ----- if JAVA_HOME is not set we're not happy ------------------------------
 

Modified: trunk/wsas/java/modules/core/bin/shutdown.bat
==============================================================================
--- trunk/wsas/java/modules/core/bin/shutdown.bat	(original)
+++ trunk/wsas/java/modules/core/bin/shutdown.bat	Mon Jul  2 01:11:50 2007
@@ -16,7 +16,7 @@
 REM  limitations under the License.
 
 rem ---------------------------------------------------------------------------
-rem Main Script for the WSO2 Web Services Application Server v1.1
+rem Main Script for the WSO2 Web Services Application Server v at wso2wsas_version@
 rem
 rem Environment Variable Prequisites
 rem
@@ -95,20 +95,20 @@
 goto jdk16
 
 :unknownJdk
-echo Shutting down WSO2 Web Services Application Server v1.1
+echo Shutting down WSO2 Web Services Application Server v at wso2wsas_version@
 echo [ERROR] WSO2 WSAS is supported only on JDK 1.4 and higher
 goto end
 
 :jdk14
-echo Shutting down WSO2 Web Services Application Server v1.1
+echo Shutting down WSO2 Web Services Application Server v at wso2wsas_version@
 set WSO2WSAS_CLASSPATH=%WSO2WSAS_HOME%\lib\bcprov-jdk13-132.jar;%WSO2WSAS_CLASSPATH%
 goto runServer
 :jdk15
-echo Shutting down WSO2 Web Services Application Server v1.1
+echo Shutting down WSO2 Web Services Application Server v at wso2wsas_version@
 set WSO2WSAS_CLASSPATH=%WSO2WSAS_HOME%\lib\bcprov-jdk15-132.jar;%WSO2WSAS_CLASSPATH%
 goto runServer
 :jdk16
-echo Shutting down WSO2 Web Services Application Server v1.1
+echo Shutting down WSO2 Web Services Application Server v at wso2wsas_version@
 echo [WARNING] WSO2 WSAS has not been fully tested on JDK 1.6
 set WSO2WSAS_CLASSPATH=%WSO2WSAS_HOME%\lib\bcprov-jdk15-132.jar;%WSO2WSAS_CLASSPATH%
 goto runServer

Modified: trunk/wsas/java/modules/core/bin/startup.bat
==============================================================================
--- trunk/wsas/java/modules/core/bin/startup.bat	(original)
+++ trunk/wsas/java/modules/core/bin/startup.bat	Mon Jul  2 01:11:50 2007
@@ -95,20 +95,20 @@
 goto jdk16
 
 :unknownJdk
-echo Starting WSO2 Web Services Application Server v1.1 (in unsupported JDK)
+echo Starting WSO2 Web Services Application Server v at wso2wsas_version@ (in unsupported JDK)
 echo [ERROR] WSO2 WSAS is supported only on JDK 1.4 and higher
 goto end
 
 :jdk14
-echo Starting WSO2 Web Services Application Server v1.1 (in JDK 1.4)
+echo Starting WSO2 Web Services Application Server v at wso2wsas_version@ (in JDK 1.4)
 set WSO2WSAS_CLASSPATH=%WSO2WSAS_HOME%\lib\bcprov-jdk13-132.jar;%WSO2WSAS_CLASSPATH%
 goto runServer
 :jdk15
-echo Starting WSO2 Web Services Application Server v1.1 (in JDK 1.5)
+echo Starting WSO2 Web Services Application Server v at wso2wsas_version@ (in JDK 1.5)
 set WSO2WSAS_CLASSPATH=%WSO2WSAS_HOME%\lib\bcprov-jdk15-132.jar;%WSO2WSAS_CLASSPATH%
 goto runServer
 :jdk16
-echo Starting WSO2 Web Services Application Server v1.1 (in JDK 1.6)
+echo Starting WSO2 Web Services Application Server v at wso2wsas_version@ (in JDK 1.6)
 echo [WARNING] WSO2 WSAS has not been fully tested on JDK 1.6
 set WSO2WSAS_CLASSPATH=%WSO2WSAS_HOME%\lib\bcprov-jdk15-132.jar;%WSO2WSAS_CLASSPATH%
 goto runServer

Modified: trunk/wsas/java/modules/core/bin/wso2wsas.bat
==============================================================================
--- trunk/wsas/java/modules/core/bin/wso2wsas.bat	(original)
+++ trunk/wsas/java/modules/core/bin/wso2wsas.bat	Mon Jul  2 01:11:50 2007
@@ -16,7 +16,7 @@
 REM  limitations under the License.
 
 rem ---------------------------------------------------------------------------
-rem Main Script for the WSO2 Web Services Application Server v2.0
+rem Main Script for the WSO2 Web Services Application Server v at wso2wsas_version@
 rem
 rem Environment Variable Prequisites
 rem
@@ -110,7 +110,7 @@
 rem ----- commandVersion -------------------------------------------------------
 :commandVersion
 shift
-echo WSO2 WSAS v2.0 Standalone Edition
+echo WSO2 WSAS v at wso2wsas_version@
 goto end
 
 rem ----- commandDebug ---------------------------------------------------------
@@ -118,7 +118,7 @@
 shift
 set DEBUG_PORT=%1
 if "%DEBUG_PORT%"=="" goto noDebugPort
-echo Starting WSO2 Web Services Application Server v2.0 in debug mode
+echo Starting WSO2 Web Services Application Server v at wso2wsas_version@ in debug mode
 set JAVA_OPTS=-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=%DEBUG_PORT%
 goto findJdk
 
@@ -170,20 +170,20 @@
 goto jdk16
 
 :unknownJdk
-echo Starting WSO2 Web Services Application Server v2.0 (in unsupported JDK)
+echo Starting WSO2 Web Services Application Server v at wso2wsas_version@ (in unsupported JDK)
 echo [ERROR] WSO2 WSAS is supported only on JDK 1.4 and higher
 goto end
 
 :jdk14
-  echo Starting WSO2 Web Services Application Server v2.0 (in JDK 1.4)
+  echo Starting WSO2 Web Services Application Server v at wso2wsas_version@ (in JDK 1.4)
   set WSO2WSAS_CLASSPATH=%WSO2WSAS_HOME%\lib\bcprov-jdk13-132.jar;%WSO2WSAS_CLASSPATH%
 	goto runServer
 :jdk15
-  echo Starting WSO2 Web Services Application Server v2.0 (in JDK 1.5)
+  echo Starting WSO2 Web Services Application Server v at wso2wsas_version@ (in JDK 1.5)
   set WSO2WSAS_CLASSPATH=%WSO2WSAS_HOME%\lib\bcprov-jdk15-132.jar;%WSO2WSAS_CLASSPATH%
 	goto runServer
 :jdk16
-  echo Starting WSO2 Web Services Application Server v2.0 (in JDK 1.6)
+  echo Starting WSO2 Web Services Application Server v at wso2wsas_version@ (in JDK 1.6)
   echo [WARNING] WSO2 WSAS has not been fully tested on JDK 1.6
   set WSO2WSAS_CLASSPATH=%WSO2WSAS_HOME%\lib\bcprov-jdk15-132.jar;%WSO2WSAS_CLASSPATH%
 	goto runServer

Modified: trunk/wsas/java/modules/core/lib/README
==============================================================================
--- trunk/wsas/java/modules/core/lib/README	(original)
+++ trunk/wsas/java/modules/core/lib/README	Mon Jul  2 01:11:50 2007
@@ -1,5 +1,8 @@
+WSO2 Web Services Application Server
+------------------------------------
+
 This folder contains all the resources required by the WSO2 WSAS
-installer to install WSAS on a J2EE container.
+installer to install WSAS on a J2EE servlet container.
 
 The only difference between the axis2.xml in this directory and that
 the core/conf directory is that the transport receivers are different.




More information about the Wsas-java-dev mailing list