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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Aug 18 07:14:48 EDT 2009


Author: mladen.turk at jboss.com
Date: 2009-08-18 07:14:48 -0400 (Tue, 18 Aug 2009)
New Revision: 92515

Modified:
   branches/JBPAPP_5_0/server/src/bin/README-service.txt
Log:
Use EAP instead AS everywhere and explain Server 2008/Vista install

Modified: branches/JBPAPP_5_0/server/src/bin/README-service.txt
===================================================================
--- branches/JBPAPP_5_0/server/src/bin/README-service.txt	2009-08-18 11:13:26 UTC (rev 92514)
+++ branches/JBPAPP_5_0/server/src/bin/README-service.txt	2009-08-18 11:14:48 UTC (rev 92515)
@@ -1,37 +1,34 @@
 ---------------------------------------------------------------------
 README-service.txt, service.bat and jbosssvc.exe are part of the
 'JBoss Native Windows' distribution. They are included to allow
-JBossAS run as a Service in Windows environments.
+JBoss EAP run as a Service in Windows environments.
 
-To learn more about the JBoss Web Native connectors see:
-http://www.jboss.org/jbossweb/native.html
-
 $Id$
 ---------------------------------------------------------------------
 The JBoss(R)* app server is Copyright 2000-2009, Red Hat Middleware LLC
 and individual contributors, and is licensed under the GNU LGPL.
 
 
-How to run JBoss AS as a Windows Service
+How to run JBoss EAP as a Windows Service
 
-JBoss AS comes with Windows service executable as part of JBossNative
-that can run JBoss Application Server as service.
+JBoss EAP comes with Windows service executable as part of JBoss Native
+that can run JBoss Enterprise Application Platform as service.
 The service executable jbosssvc.exe transforms the run.bat and
 shutdown.bat batch scripts to services. This means that any change
 made to those scripts will be used both in service and command
 line mode.
 
 
-To install the JBoss Application Server as Windows service use
+To install the JBoss Enterprise Application Platform as Windows service use
 the provided service.bat batch file.
 
 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
-or net start command. When running in service mode the console output is
-redirected to the file run.log. You can inspect the file for any errors
-during service startup.
+To start the JBoss Enterprise Application Platform as Windows service use
+Control pannel or net start command. When running in service mode the
+console output is redirected to the file run.log.
+You can inspect the file for any errors during service startup.
 
 
 C:\> net start JBEAP5SVC
@@ -39,9 +36,10 @@
   The JBoss EAP 5 service was started successfully.
 
 
-To stop the JBoss Application Server as Windows service use Control pannel
-or net stop command. When running in service mode the console output
-is redirected to the file shutdown.log. You can inspect the file for
+To stop the JBoss Enterprise Application Platform as Windows service use
+Control pannel or net stop command.
+When running in service mode the console output is redirected to the
+file shutdown.log. You can inspect the file for
 any errors during service shutdown.
 
 
@@ -49,7 +47,8 @@
   The JBoss EAP 5 service was stopped successfully.
 
 
-To restart the JBoss Application Server as Windows service use Control pannel.
+To restart the JBoss Enterprise Application Platform as Windows service
+use Control pannel.
 
 To remove the JBoss Application Server as Windows service use the provided
 service.bat batch file.
@@ -64,3 +63,11 @@
 common customization task would be changing service names if more then
 one service instances per box are required.
 
+Note for Windows Server 2008 and Windows Vista users:
+
+In case the Windows UAC is enabled make sure you run cmd.exe as
+Local Administrator.
+Open All Programs->Accessories, right click on Command Prompt and
+select 'Run as Administrator'
+This step is needed even if you are logged-in as Administrator.
+




More information about the jboss-cvs-commits mailing list