https://issues.apache.org/bugzilla/show_bug.cgi?id=47656

           Summary: Documentation on server configuration should include
                    note about ant-style variable substitution
           Product: Tomcat 5
           Version: 5.5.27
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Webapps:Documentation
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: business2...@rodneybeede.com


--- Comment #0 from Rodney <business2...@rodneybeede.com> 2009-08-06 14:37:42 
PDT ---
The 3.3 documentation mentioned that ant-style variable substitution was
available in the server.xml configuration.

The documentation for 5.5 (and 6.0) doesn't seem to mention that anywhere.  It
should be included.  Something like:

Configuration attribute values may use variable substitution (aka dynamic
variable values or system property variable values).

The syntax for doing so is ${varname}

Valid variable names come from any system properties (JVM Option) that are
available at the time.  Values are only resolved once and not updated until the
server is restarted.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

Reply via email to