Author: markt Date: Mon Dec 26 20:55:04 2011 New Revision: 1224805 URL: http://svn.apache.org/viewvc?rev=1224805&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/tc5.5.x/trunk/container/webapps/docs/changelog.xml tomcat/tc5.5.x/trunk/container/webapps/docs/windows-service-howto.xml Modified: tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml?rev=1224805&r1=1224804&r2=1224805&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml (original) +++ tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml Mon Dec 26 20:55:04 2011 @@ -116,6 +116,11 @@ <bug>52172</bug>: Update Tomcat build instructions. Includes changes proposed by bmargulies. (kkolinko) </update> + <fix> + <bug>52243</bug>: Improve windows service documentation to clarify how + to include <code>#</code> and/or <code>;</code> in the value of an + environment variable that is passed to the service. (markt) + </fix> </changelog> </subsection> <subsection name="Other"> Modified: tomcat/tc5.5.x/trunk/container/webapps/docs/windows-service-howto.xml URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/webapps/docs/windows-service-howto.xml?rev=1224805&r1=1224804&r2=1224805&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/container/webapps/docs/windows-service-howto.xml (original) +++ tomcat/tc5.5.x/trunk/container/webapps/docs/windows-service-howto.xml Mon Dec 26 20:55:04 2011 @@ -146,7 +146,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