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 13:59:09 UTC

svn commit: r795349 - in /tomcat/tc6.0.x/trunk/webapps/docs: changelog.xml windows-service-howto.xml

Author: markt
Date: Sat Jul 18 11:59:08 2009
New Revision: 795349

URL: http://svn.apache.org/viewvc?rev=795349&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=41564

Modified:
    tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
    tomcat/tc6.0.x/trunk/webapps/docs/windows-service-howto.xml

Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?rev=795349&r1=795348&r2=795349&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Sat Jul 18 11:59:08 2009
@@ -195,6 +195,10 @@
   <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>
+      <fix>
         <bug>47235</bug>: Remove use of autoReconnect from MySQL examples.
         (markt)
       </fix>

Modified: tomcat/tc6.0.x/trunk/webapps/docs/windows-service-howto.xml
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/windows-service-howto.xml?rev=795349&r1=795348&r2=795349&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/windows-service-howto.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/windows-service-howto.xml Sat Jul 18 11:59:08 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="Tomcat6 service application">
 <p>
     <b>Tomcat6</b> is a service application for running Tomcat6 as NT service.
@@ -305,7 +300,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