[jboss-cvs] JBossAS SVN: r92436 - branches/JBPAPP_5_0/server/src/bin.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Aug 17 12:56:59 EDT 2009


Author: mladen.turk at jboss.com
Date: 2009-08-17 12:56:59 -0400 (Mon, 17 Aug 2009)
New Revision: 92436

Modified:
   branches/JBPAPP_5_0/server/src/bin/README-service.txt
Log:
Fix JBPAPP-2453 and JBPAPP-2467

Modified: branches/JBPAPP_5_0/server/src/bin/README-service.txt
===================================================================
--- branches/JBPAPP_5_0/server/src/bin/README-service.txt	2009-08-17 16:41:47 UTC (rev 92435)
+++ branches/JBPAPP_5_0/server/src/bin/README-service.txt	2009-08-17 16:56:59 UTC (rev 92436)
@@ -25,8 +25,7 @@
 To install the JBoss Application Server as Windows service use
 the provided service.bat batch file.
 
-C:\> cd c:\jboss-eap-5.0\jboss-as\bin
-C:\> copy c:\jboss-eap-5.0\native\sbin\jbosssvc.exe .
+C:\> cd c:\jboss-eap-5.0\native\sbin
 C:\> service.bat install
 
 To start the JBoss Application Server as Windows service use Control pannel
@@ -35,9 +34,9 @@
 during service startup.
 
 
-C:\> net start JBAS50SVC
-  The JBoss Application Server 5.0 service is starting.
-  The JBoss Application Server 5.0 service was started successfully.
+C:\> net start JBEAP5SVC
+  The JBoss EAP 5 service is starting.
+  The JBoss EAP 5 service was started successfully.
 
 
 To stop the JBoss Application Server as Windows service use Control pannel
@@ -46,8 +45,8 @@
 any errors during service shutdown.
 
 
-C:\> net stop JBAS50SVC
-  The JBoss Application Server 5.0 service was stopped successfully.
+C:\> net stop JBEAP5SVC
+  The JBoss EAP 5 service was stopped successfully.
 
 
 To restart the JBoss Application Server as Windows service use Control pannel.
@@ -56,7 +55,7 @@
 service.bat batch file.
 
 
-C:\> cd c:\jboss-eap-5.0\jboss-as\bin
+C:\> cd c:\jboss-eap-5.0\native\sbin
 C:\> service.bat uninstall
 
 
@@ -64,3 +63,4 @@
 Each command has a separate section that you can customize. The most
 common customization task would be changing service names if more then
 one service instances per box are required.
+




More information about the jboss-cvs-commits mailing list