You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2010/11/18 23:10:18 UTC

DO NOT REPLY [Bug 50294] New: Mention obvious things about config format

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

           Summary: Mention obvious things about config format
           Product: Tomcat 7
           Version: trunk
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P4
         Component: Documentation
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: lmeyer@vmware.com


Created an attachment (id=26311)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26311)
diff against http://svn.apache.org/repos/asf/tomcat/trunk/webapps/docs

It might be obvious to those who work on Tomcat, but sometimes things need to
be spelled out for others. I suggest mentioning at the top of the config
section that configs are schemaless XML and case-sensitive. Patches created
against the docs webapps in 5.5, 6.0, and trunk that are basically like this:

--- config/index.xml    (revision 1036202)
+++ config/index.xml    (working copy)

-<p>The Tomcat configuration files support Apache Ant style variable
-substitution. A system property with the name <code>propname</code> may be
+<p>Tomcat configuration files are formatted as schemaless XML; elements and
+attributes are case-sensitive. Apache Ant-style variable substitution
+is supported; a system property with the name <code>propname</code> may be
 used in a configuration file using the syntax <code>${propname}</code>. All

-- 
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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 50294] Mention obvious things about config format

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50294

Mark Thomas <ma...@apache.org> changed:

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

--- Comment #3 from Mark Thomas <ma...@apache.org> 2010-11-24 15:02:12 EST ---
Many thanks for the patches. The updated docs will be included in 7.0.6, 6.0.30
and 5.5.32

-- 
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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 50294] Mention obvious things about config format

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50294

--- Comment #2 from Luke Meyer <lm...@vmware.com> 2010-11-18 17:12:03 EST ---
Created an attachment (id=26313)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26313)
diff against
http://svn.apache.org/repos/asf/tomcat/tc5.5.x/trunk/container/webapps/docs

-- 
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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 50294] Mention obvious things about config format

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50294

--- Comment #1 from Luke Meyer <lm...@vmware.com> 2010-11-18 17:11:17 EST ---
Created an attachment (id=26312)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26312)
diff against http://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk/webapps/docs

-- 
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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org