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 2013/08/30 09:56:37 UTC

svn commit: r1518904 - in /tomcat/trunk/webapps/docs: rewrite.xml ssl-howto.xml windows-service-howto.xml

Author: markt
Date: Fri Aug 30 07:56:37 2013
New Revision: 1518904

URL: http://svn.apache.org/r1518904
Log:
Fix tabs / whitespace

Modified:
    tomcat/trunk/webapps/docs/rewrite.xml
    tomcat/trunk/webapps/docs/ssl-howto.xml
    tomcat/trunk/webapps/docs/windows-service-howto.xml

Modified: tomcat/trunk/webapps/docs/rewrite.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/rewrite.xml?rev=1518904&r1=1518903&r2=1518904&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/rewrite.xml (original)
+++ tomcat/trunk/webapps/docs/rewrite.xml Fri Aug 30 07:56:37 2013
@@ -173,7 +173,7 @@
           </p>
           </li>
           </ul>
-          
+
                 <p>These variables all
                 correspond to the similarly named HTTP
                 MIME-headers and Servlet API methods.

Modified: tomcat/trunk/webapps/docs/ssl-howto.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/ssl-howto.xml?rev=1518904&r1=1518903&r2=1518904&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/ssl-howto.xml (original)
+++ tomcat/trunk/webapps/docs/ssl-howto.xml Fri Aug 30 07:56:37 2013
@@ -36,13 +36,11 @@
 
 <section name="Quick Start">
 
-   
     <p><em>The description below uses the variable name $CATALINA_BASE to refer the
     base directory against which most relative paths are resolved. If you have
     not configured Tomcat for multiple instances by setting a CATALINA_BASE
     directory, then $CATALINA_BASE will be set to the value of $CATALINA_HOME,
     the directory into which you have installed Tomcat.</em></p>
-    
 
 <p>To install and configure SSL support on Tomcat, you need to follow
 these simple steps.  For more information, read the rest of this HOW-TO.</p>
@@ -367,13 +365,11 @@ change this to any port number you wish 
 (outside the scope of this document) is necessary to run Tomcat on port
 numbers lower than 1024 on many operating systems.</p>
 
-  
   <p><em>If you change the port number here, you should also change the
   value specified for the <code>redirectPort</code> attribute on the
   non-SSL connector.  This allows Tomcat to automatically redirect
   users who attempt to access a page with a security constraint specifying
   that SSL is required, as required by the Servlet Specification.</em></p>
-  
 
 <p>After completing these configuration changes, you must restart Tomcat as
 you normally do, and you should be in business.  You should be able to access

Modified: tomcat/trunk/webapps/docs/windows-service-howto.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/windows-service-howto.xml?rev=1518904&r1=1518903&r2=1518904&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/windows-service-howto.xml (original)
+++ tomcat/trunk/webapps/docs/windows-service-howto.xml Fri Aug 30 07:56:37 2013
@@ -232,7 +232,7 @@
     <td>executable</td>
     <td>Can one of <b>jvm</b> <b>java</b> or <b>exe</b></td>
     </tr>
-	<tr>
+    <tr>
     <td>--StopImage</td>
     <td></td>
     <td>Executable that will be run on Stop service signal.</td>



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