[xwiki-users] xwiki tomcat application context in Debian package contains invalid attribute
Hi. I installed tomcat7 and xwiki on a Ubuntu 12.04 following the instructions from here: [1]. All is working great, but I noticed in the catalina.out log a small warning: WARNING: [SetContextPropertiesRule]{Context} Setting property 'debug' to '0' did not find a matching property. 1. http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationViaAPT I looked in /etc/tomcat7/Catalina/localhost/xwiki.xml and the "<Context" definition contains the debug="0" atribute, which, according to the tomcat7's (and tomcat6's for that matter) documentation does not exist for this tag [2], [3]. 2. http://tomcat.apache.org/tomcat-7.0-doc/config/context.html 3. http://tomcat.apache.org/tomcat-6.0-doc/config/context.html After I removed debug="0" from the context definition, I didn't got that warning anymore. I think you should take this into consideration for the future update of the packages. Regards, -- Fita Adrian
Fixed, see http://jira.xwiki.org/browse/XE-1232. Thanks for the report ! On Tue, Sep 11, 2012 at 10:45 AM, Adrian Fita <[email protected]> wrote:
Hi.
I installed tomcat7 and xwiki on a Ubuntu 12.04 following the instructions from here: [1]. All is working great, but I noticed in the catalina.out log a small warning:
WARNING: [SetContextPropertiesRule]{Context} Setting property 'debug' to '0' did not find a matching property.
1. http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationViaAPT
I looked in /etc/tomcat7/Catalina/localhost/xwiki.xml and the "<Context" definition contains the debug="0" atribute, which, according to the tomcat7's (and tomcat6's for that matter) documentation does not exist for this tag [2], [3].
2. http://tomcat.apache.org/tomcat-7.0-doc/config/context.html 3. http://tomcat.apache.org/tomcat-6.0-doc/config/context.html
After I removed debug="0" from the context definition, I didn't got that warning anymore.
I think you should take this into consideration for the future update of the packages.
Regards, -- Fita Adrian _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
participants (2)
-
Adrian Fita -
Thomas Mortagne