hmm ... jetty 9.3 is only supported with Pax Web 6.

never the less even with pax-web 4.2.x I can't see those log messages you
are reporting.
Make sure you set the log level do warn for all appenders.

regards, Achim

2016-08-13 16:40 GMT+02:00 iJava <[email protected]>:

> Hi, Achim
>
> I use jetty 9.3.9 and pax-web 4.2.7.Here is my bundle list:
>
> javax.servlet-api-3.1.0.jar
> org.eclipse.jdt.core-3.10.0.jar
> jetty-util-9.3.9.v20160517.jar
> jetty-io-9.3.9.v20160517.jar
> jetty-http-9.3.9.v20160517.jar
> jetty-server-9.3.9.v20160517.jar
> jetty-security-9.3.9.v20160517.jar
> jetty-servlet-9.3.9.v20160517.jar
> jetty-servlets-9.3.9.v20160517.jar
> jetty-xml-9.3.9.v20160517.jar
> slf4j-api-1.7.21.jar
> slf4j-simple-1.7.21.jar
> org.objectweb.asm.all-5.0.4.jar
> xbean-bundleutils-4.5.jar
> xbean-finder-4.1.jar
> commons-logging-1.2.jar
> pax-logging-api-1.8.5.jar
> pax-web-api-4.2.7.jar
> pax-web-jetty-4.2.7.jar
> pax-web-jsp-4.2.7.jar
> pax-web-runtime-4.2.7.jar
> pax-web-spi-4.2.7.jar
> org.apache.felix.fileinstall-3.5.0.jar
> pax-web-deployer-4.2.7.jar
> pax-web-extender-war-4.2.7.jar
> pax-web-extender-whiteboard-4.2.7.jar
> javax.interceptor-api-1.2.jar
> org.apache.servicemix.bundles.javax-inject-1_2.jar
> cdi-api-1.2.jar
> jboss-logging-3.3.0.Final.jar
> weld-osgi-bundle-2.2.11.Final.jar
> ops4j-base-lang-1.5.0.jar
> pax-swissbox-core-1.8.2.jar
> pax-swissbox-lifecycle-1.8.2.jar
> pax-swissbox-extender-1.8.2.jar
> pax-swissbox-tracker-1.8.2.jar
> pax-cdi-spi-1.0.0.RC1.jar
> pax-cdi-weld-1.0.0.RC1.jar
> pax-cdi-web-1.0.0.RC1.jar
> pax-cdi-web-weld-1.0.0.RC1.jar
> pax-cdi-api-1.0.0.RC1.jar
> pax-cdi-extender-1.0.0.RC1.jar
> pax-cdi-extension-1.0.0.RC1.jar
>
>
>
> On Saturday, 13 August 2016 16:51:33 UTC+3, Achim Nierbeck wrote:
>>
>> which version of Pax-Web are you using?
>>
>>
>> regards, Achim
>>
>> 2016-08-13 15:47 GMT+02:00 iJava <[email protected]>:
>>
>>> Hi, Achim
>>>
>>> It is very strange. Because I only start server no specific actions. Am
>>> I the first who starts the server? Why no one saw it earlier?
>>> Just imagine about 56000 lines in log with every start. Maybe I miss
>>> something in configuration?
>>>
>>>
>>> On Thursday, 11 August 2016 21:44:17 UTC+3, Achim Nierbeck wrote:
>>>>
>>>> Hi,
>>>>
>>>> we either have a bug here, or the tomcat digester does actually produce
>>>> that information on warning level.
>>>>
>>>> regards, Achim
>>>>
>>>>
>>>> 2016-08-10 15:51 GMT+02:00 iJava <[email protected]>:
>>>>
>>>>> I set org.ops4j.pax.web.jsp.log.verbosity.level to WARNING.
>>>>>
>>>>> However, every time I start server I have tons of the following
>>>>> messages. How to disable them?
>>>>>
>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester]
>>>>> :   New match='taglib/tag/attribute/name'
>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester]
>>>>> :   Fire begin() for CallMethodRule[methodName=setName, paramCount=0,
>>>>> paramTypes={java.lang.String}]
>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester.sax]
>>>>> : characters(select)
>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester.sax]
>>>>> : endElement(http://java.sun.com/xml/ns/j2ee,name,name)
>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester]
>>>>> :   match='taglib/tag/attribute/name'
>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester]
>>>>> :   bodyText='select'
>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester]
>>>>> :   Fire body() for CallMethodRule[methodName=setName, paramCount=0,
>>>>> paramTypes={java.lang.String}]
>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester]
>>>>> :   Popping body text '
>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester]
>>>>> :   Fire end() for CallMethodRule[methodName=setName, paramCount=0,
>>>>> paramTypes={java.lang.String}]
>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester]
>>>>> : [CallMethodRule]{taglib/tag/attribute/name} Call
>>>>> org.apache.tomcat.util.descriptor.tld.TldRuleSet$Attribute.
>>>>> setName(select/java.lang.String)
>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.IntrospectionUtils]
>>>>> : 
>>>>> IntrospectionUtils:org.apache.tomcat.util.descriptor.tld.TldRuleSet$Attribute.setName(
>>>>> select)
>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester.sax]
>>>>> : characters(
>>>>>         )
>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester.sax]
>>>>> : startElement(http://java.sun.com/xml/ns/j2ee,required,required)
>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester]
>>>>> :   Pushing body text '
>>>>>
>>>>>
>>>>>         '
>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester]
>>>>> :   New match='taglib/tag/attribute/required'
>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester]
>>>>> :   Fire begin() for org.apache.tomcat.util.descrip
>>>>> tor.tld.TldRuleSet$GenericBooleanRule@1bd2d1e0
>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester.sax]
>>>>> : characters(true)
>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester.sax]
>>>>> : endElement(http://java.sun.com/xml/ns/j2ee,required,required)
>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester]
>>>>> :   match='taglib/tag/attribute/required'
>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester]
>>>>> :   bodyText='true'
>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester]
>>>>> :   Fire body() for org.apache.tomcat.util.descrip
>>>>> tor.tld.TldRuleSet$GenericBooleanRule@1bd2d1e0
>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester]
>>>>> :   Popping body text '
>>>>>
>>>>>
>>>>>         '
>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester]
>>>>> :   Fire end() for org.apache.tomcat.util.descrip
>>>>> tor.tld.TldRuleSet$GenericBooleanRule@1bd2d1e0
>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester.sax]
>>>>> : characters(
>>>>>         )
>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester.sax]
>>>>> : startElement(http://java.sun.com/xml/ns/j2ee,rtexprvalue,rtexprvalue
>>>>> )
>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester]
>>>>> :   Pushing body text '
>>>>>
>>>>>
>>>>>
>>>>>         '
>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester]
>>>>> :   New match='taglib/tag/attribute/rtexprvalue'
>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester]
>>>>> :   Fire begin() for org.apache.tomcat.util.descrip
>>>>> tor.tld.TldRuleSet$GenericBooleanRule@3668bb80
>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester.sax]
>>>>> : characters(false)
>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester.sax]
>>>>> : endElement(http://java.sun.com/xml/ns/j2ee,rtexprvalue,rtexprvalue)
>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester]
>>>>> :   match='taglib/tag/attribute/rtexprvalue'
>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester]
>>>>> :   bodyText='false'
>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester]
>>>>> :   Fire body() for org.apache.tomcat.util.descrip
>>>>> tor.tld.TldRuleSet$GenericBooleanRule@3668bb80
>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester]
>>>>> :   Popping body text '
>>>>>
>>>>>
>>>>>
>>>>>         '
>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester]
>>>>> :   Fire end() for org.apache.tomcat.util.descrip
>>>>> tor.tld.TldRuleSet$GenericBooleanRule@3668bb80
>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester.sax]
>>>>> : characters(
>>>>>     )
>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester.sax]
>>>>> : endElement(http://java.sun.com/xml/ns/j2ee,attribute,attribute)
>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester]
>>>>> :   match='taglib/tag/attribute'
>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester]
>>>>> :   bodyText='
>>>>>
>>>>> --
>>>>> --
>>>>> ------------------
>>>>> OPS4J - http://www.ops4j.org - [email protected]
>>>>>
>>>>> ---
>>>>> You received this message because you are subscribed to the Google
>>>>> Groups "OPS4J" group.
>>>>> To unsubscribe from this group and stop receiving emails from it, send
>>>>> an email to [email protected].
>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>>
>>>> Apache Member
>>>> Apache Karaf <http://karaf.apache.org/> Committer & PMC
>>>> OPS4J Pax Web <http://wiki.ops4j.org/display/paxweb/Pax+Web/>
>>>> Committer & Project Lead
>>>> blog <http://notizblog.nierbeck.de/>
>>>> Co-Author of Apache Karaf Cookbook <http://bit.ly/1ps9rkS>
>>>>
>>>> Software Architect / Project Manager / Scrum Master
>>>>
>>>> --
>>> --
>>> ------------------
>>> OPS4J - http://www.ops4j.org - [email protected]
>>>
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "OPS4J" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to [email protected].
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
>>
>> --
>>
>> Apache Member
>> Apache Karaf <http://karaf.apache.org/> Committer & PMC
>> OPS4J Pax Web <http://wiki.ops4j.org/display/paxweb/Pax+Web/> Committer
>> & Project Lead
>> blog <http://notizblog.nierbeck.de/>
>> Co-Author of Apache Karaf Cookbook <http://bit.ly/1ps9rkS>
>>
>> Software Architect / Project Manager / Scrum Master
>>
>> --
> --
> ------------------
> OPS4J - http://www.ops4j.org - [email protected]
>
> ---
> You received this message because you are subscribed to the Google Groups
> "OPS4J" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>



-- 

Apache Member
Apache Karaf <http://karaf.apache.org/> Committer & PMC
OPS4J Pax Web <http://wiki.ops4j.org/display/paxweb/Pax+Web/> Committer &
Project Lead
blog <http://notizblog.nierbeck.de/>
Co-Author of Apache Karaf Cookbook <http://bit.ly/1ps9rkS>

Software Architect / Project Manager / Scrum Master

-- 
-- 
------------------
OPS4J - http://www.ops4j.org - [email protected]

--- 
You received this message because you are subscribed to the Google Groups 
"OPS4J" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to