I have a very special requirement that I have to write my own Jetty Handler. I looked at the IPAccessHandler from Jetty and I successfully configure a my-jetty.xml to have pax-web loads it. The IPAccessHandler is working good on my Talend Karaf runtime. So I kind of want to do the same as IPAccessHandler and basically just create MyHandler object that extends org.eclipse.jetty.server.handler.HandlerWrapper as IPAccessHandler, but I am really don't know where to add my jar or MyHandler.class to where so it can work like the IPAccessHandler. If I put it in runtime/lib directory, the pax web can see my class, but cannot see the HandlerWrapper (NoClassFoundException). What should I need to do to have this work?
-- -- ------------------ 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.
