This syntax is usually found in a web.xml inside a web-application jar (bundle). So the question is, do you try to deploy a WAR/WAB, or do you try to deploy single resources via HttpService or via the Whiteboard approach?
But you certainly don't need to configure something like a filter via the org.ops4j.pax.web.cfg. Please make yourself accustomed with Servlets/Filters etc. and how to work with such web-resourcen in a std. Web-Container first. regards, Achim 2016-12-09 22:22 GMT+01:00 Harinath Mallepally <[email protected]>: > Hi, > > > could you please help me or point me to resources to configure filter > init-param as mentioned below in karaf? (I think I need to configure this > in org.ops4j.pax.web.cfg but not sure of exact syntax). > > <filter> > ... other config here ... > <init-param> > <param-name>staticSecurityManagerEnabled</param-name> > <param-value>true</param-value> > </init-param> > </filter> > > -- > -- > ------------------ > 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.
