Author: rjung Date: Tue Oct 28 14:54:53 2008 New Revision: 708690 URL: http://svn.apache.org/viewvc?rev=708690&view=rev Log: Use existing warn tag for warning in documentation.
Modified: tomcat/connectors/trunk/jk/xdocs/reference/apache.xml Modified: tomcat/connectors/trunk/jk/xdocs/reference/apache.xml URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/reference/apache.xml?rev=708690&r1=708689&r2=708690&view=diff ============================================================================== --- tomcat/connectors/trunk/jk/xdocs/reference/apache.xml (original) +++ tomcat/connectors/trunk/jk/xdocs/reference/apache.xml Tue Oct 28 14:54:53 2008 @@ -41,10 +41,14 @@ Exceptions from this rule are again explicitly listed in the table below. See especially JkMountCopy. </p> -<p><b>Warning: If Apache httpd and Tomcat are configured to serve content from +<warn> +Warning: If Apache httpd and Tomcat are configured to serve content from the same filing system location then care must be taken to ensure that httpd is not able to serve inappropriate content such as the contents of the WEB-INF -directory or JSP source code.</b> This could occur if the httpd DocumentRoot +directory or JSP source code. +</warn> +<p> +This could occur if the httpd DocumentRoot overlaps with a Tomcat Host's appBase or the docBase of any Context. It could also occur when using the httpd Alias directive with a Tomcat Host's appBase or the docBase of any Context. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]