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=22082>.
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=22082

Variable substiturion not working for server.xml

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From [EMAIL PROTECTED]  2003-08-05 00:51 -------
Tomcat 3.3 and Tomcat 4.x differ significantly, not only architecturally, but in
XML parser used to parse server.xml.  Tomcat 3.3 uses an internal
implementation, which supports "substitution".  Tomcat 4.x uses commons-
digester, which currently does not support "substitution".

You are welcome to file a feature request for this on commons-digester.

Marking as INVALID since a lot of Tomcat 3.3's documentation doesn't apply at 
all to Tomcat 4.

For now, maybe you can generate customized server.xmls from a single source XML 
using some technology, for example Ant's <copy> task (with filtering) or <xslt> 
task.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to