DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4313>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4313

server.xml variable substitution broken

           Summary: server.xml variable substitution broken
           Product: Tomcat 3
           Version: 3.3 Release Candidate 2
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Config
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Hi,

I've been trying to get variable substitution in server.xml working. I have the
following:

 <ContextManager workDir="work">
          <property name="timestamps" value="true"/>
           ..
           <LogSetter name="tc_log" timestamps="${tstamps}"
            verbosityLevel="INFORMATION"  />

If I start up Tomcat, it reports "XmlMapper: Replace ${tstamps} true", but logs
certainly aren't prefixed with timestamps (the default). I picked timestamps as
an easily verifiable example, but I can't get anything else (ports, etc) working
either.

If property support is indeed broken, it might be best just to comment out the
few doc references to it, and defer till 3.3.x. It's nice, but not a big deal..


--Jeff

Reply via email to