Author: markt Date: Mon Dec 26 20:22:54 2011 New Revision: 1224801 URL: http://svn.apache.org/viewvc?rev=1224801&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52243 Clarify how to include # or ; in an environment value
Modified: tomcat/trunk/webapps/docs/windows-service-howto.xml Modified: tomcat/trunk/webapps/docs/windows-service-howto.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/windows-service-howto.xml?rev=1224801&r1=1224800&r2=1224801&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/windows-service-howto.xml (original) +++ tomcat/trunk/webapps/docs/windows-service-howto.xml Mon Dec 26 20:22:54 2011 @@ -150,7 +150,9 @@ <td></td> <td>List of environment variables that will be provided to the service in the form <b>key=value</b>. They are separated using either - <b>#</b> or <b>;</b> characters</td> + <b>#</b> or <b>;</b> characters. If you need to use either the <b>#</b> + or <b>;</b> character within a value then the entire value must be + enclosed inside single quotes.</td> </tr> <tr> <td>--User</td> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org