You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kf...@apache.org on 2013/02/08 09:50:24 UTC

svn commit: r1443891 - /tomcat/trunk/java/org/apache/catalina/storeconfig/server-registry.xml

Author: kfujino
Date: Fri Feb  8 08:50:24 2013
New Revision: 1443891

URL: http://svn.apache.org/r1443891
Log:
Improve ContextSF description.
Remove unused attributes engineName and saveConfig.
Add effectiveMajorVersion and effectiveMinorVersion to TransientAttribute.

Modified:
    tomcat/trunk/java/org/apache/catalina/storeconfig/server-registry.xml

Modified: tomcat/trunk/java/org/apache/catalina/storeconfig/server-registry.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/storeconfig/server-registry.xml?rev=1443891&r1=1443890&r2=1443891&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/storeconfig/server-registry.xml (original)
+++ tomcat/trunk/java/org/apache/catalina/storeconfig/server-registry.xml Fri Feb  8 08:50:24 2013
@@ -69,15 +69,15 @@
 	    <TransientAttribute>displayName</TransientAttribute>
 	    <TransientAttribute>distributable</TransientAttribute>
 	    <TransientAttribute>domain</TransientAttribute>
-	    <TransientAttribute>engineName</TransientAttribute>
 	    <TransientAttribute>name</TransientAttribute>
 	    <TransientAttribute>publicId</TransientAttribute>
 	    <TransientAttribute>originalDocBase</TransientAttribute>	    
 	    <TransientAttribute>replaceWelcomeFiles</TransientAttribute>
-	    <TransientAttribute>saveConfig</TransientAttribute>
 	    <TransientAttribute>sessionTimeout</TransientAttribute>
 	    <TransientAttribute>startupTime</TransientAttribute>
 	    <TransientAttribute>tldScanTime</TransientAttribute>
+        <TransientAttribute>effectiveMajorVersion</TransientAttribute>
+        <TransientAttribute>effectiveMinorVersion</TransientAttribute>    
      </Description>
      <Description
         id="org.apache.catalina.deploy.NamingResources.[GlobalNamingResources]"



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


Re: svn commit: r1443891 - /tomcat/trunk/java/org/apache/catalina/storeconfig/server-registry.xml

Posted by Remy Maucherat <re...@apache.org>.
On Fri, 2013-02-08 at 21:19 +0400, Konstantin Kolinko wrote:
> 2013/2/8  <kf...@apache.org>:
> > Author: kfujino
> > Date: Fri Feb  8 08:50:24 2013
> > New Revision: 1443891
> >
> > URL: http://svn.apache.org/r1443891
> > Log:
> > Improve ContextSF description.
> > Remove unused attributes engineName and saveConfig.
> > Add effectiveMajorVersion and effectiveMinorVersion to TransientAttribute.
> >
> > Modified:
> >     tomcat/trunk/java/org/apache/catalina/storeconfig/server-registry.xml
> >
> 
> At the top of this registry file the following is written:
> 
> <Registry name="Tomcat" version="6.0.35" encoding="UTF-8" >
> 
> Though I do not know whether this "version" attribute matters.

I think its main use is, when storeconfig is an external component, to
know which Tomcat version it supports. I'll verify it and drop it if
possible.

Rémy



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


Re: svn commit: r1443891 - /tomcat/trunk/java/org/apache/catalina/storeconfig/server-registry.xml

Posted by Konstantin Kolinko <kn...@gmail.com>.
2013/2/8  <kf...@apache.org>:
> Author: kfujino
> Date: Fri Feb  8 08:50:24 2013
> New Revision: 1443891
>
> URL: http://svn.apache.org/r1443891
> Log:
> Improve ContextSF description.
> Remove unused attributes engineName and saveConfig.
> Add effectiveMajorVersion and effectiveMinorVersion to TransientAttribute.
>
> Modified:
>     tomcat/trunk/java/org/apache/catalina/storeconfig/server-registry.xml
>

At the top of this registry file the following is written:

<Registry name="Tomcat" version="6.0.35" encoding="UTF-8" >

Though I do not know whether this "version" attribute matters.

Best regards,
Konstantin Kolinko

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