You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2009/07/18 14:04:23 UTC

svn commit: r795350 - in /tomcat/container/tc5.5.x/webapps/docs: changelog.xml windows-service-howto.xml

Author: markt
Date: Sat Jul 18 12:04:23 2009
New Revision: 795350

URL: http://svn.apache.org/viewvc?rev=795350&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=41564
Add some info on running service.bat with UAC

Modified:
    tomcat/container/tc5.5.x/webapps/docs/changelog.xml
    tomcat/container/tc5.5.x/webapps/docs/windows-service-howto.xml

Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/changelog.xml?rev=795350&r1=795349&r2=795350&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Sat Jul 18 12:04:23 2009
@@ -32,6 +32,26 @@
   </properties>
 
 <body>
+<section name="Tomcat 5.5.29 (fhanik)">
+  <subsection name="General">
+  </subsection>
+  <subsection name="Catalina">
+  </subsection>
+  <subsection name="Coyote">
+  </subsection>
+  <subsection name="Jasper">
+  </subsection>
+  <subsection name="Cluster">
+  </subsection>
+  <subsection name="Webapps">
+    <changelog>
+      <fix>
+        <bug>41564</bug>: Add some information on installing Tomcat as a service
+        on operating systems with User Account Control, e.g. Vista. (markt)
+      </fix>
+    </changelog>
+  </subsection>
+</section>
 <section name="Tomcat 5.5.28 (fhanik)">
   <subsection name="General">
     <changelog>

Modified: tomcat/container/tc5.5.x/webapps/docs/windows-service-howto.xml
URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/windows-service-howto.xml?rev=795350&r1=795349&r2=795350&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/windows-service-howto.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/windows-service-howto.xml Sat Jul 18 12:04:23 2009
@@ -29,11 +29,6 @@
 
 <body>
  
-<section name="NOTICE">
-<p>
-    <b>This section of the documentation applies to procrun 1.0, and is now obsolete.</b>
-</p>
-</section>
 <section name="Tomcat5 service application">
 <p>
     <b>Tomcat5</b> is a service application for running Tomcat5 as NT service.
@@ -301,7 +296,15 @@
 </section>
 <section name="Installing services">
 <p>
-The safest way to manually install the service is to use the provided <b>service.bat</b> script.
+The safest way to manually install the service is to use the provided
+<b>service.bat</b> script. Administrator privileges are required to run this
+script.
+</p>
+<p>
+<strong>NOTE:</strong> On Windows Vista or any other operating system with User
+Account Control (UAC) you must either disable UAC or right-click on cmd.exe and
+select "Run as administrator" in order to run this script. If UAC is enabled
+being logged on with an Administrator account is not sufficient.  
 </p>
 <p>
 <source>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org