Re: [PAX WEB] Update master to 8.0.0-SNAPSHOT and create 7.0.x branch

2018-02-04 Thread 'Achim Nierbeck' via OPS4J
Fine with me.

regards, Achim

2018-02-05 7:58 GMT+01:00 Jean-Baptiste Onofré <
jeanbaptiste.ono...@gmail.com>:

> Hi guys,
>
> In order to upgrade to Jetty 9.4.x without bringing OSGi R7 on the table,
> I will
> do the following:
>
> - Change version on master to 8.0.0-SNAPSHOT
> - Create a branch 7.0.x based on latest 6.1.x
> - Upgrade to Jetty 9.4.x on both master and 7.0.x branches
>
> Any objection ?
>
> Regards
> JB
>
> --
> --
> --
> OPS4J - http://www.ops4j.org - ops4j@googlegroups.com
>
> ---
> 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 ops4j+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>



-- 

Apache Member
Apache Karaf  Committer & PMC
OPS4J Pax Web  Committer &
Project Lead
blog 
Co-Author of Apache Karaf Cookbook 

Software Architect / Project Manager / Scrum Master

-- 
-- 
--
OPS4J - http://www.ops4j.org - ops4j@googlegroups.com

--- 
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 ops4j+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: pax web default and error handler override

2018-02-04 Thread Grzegorz Grzybek
Hello

"The handler" of single Jetty server inside pax-web is
org.ops4j.pax.web.service.jetty.internal.JettyServerHandlerCollection -
which is kind of "entry point" from Jetty to pax-web. You generally should
not change it. In pax-web, the server is
org.ops4j.pax.web.service.jetty.internal.JettyServerWrapper class
(extending directly from org.eclipse.jetty.server.Server).
So you can't easily change it.

If you mean Default and Error handlers of single web application, you can.
DefaultHandler is just servlet registered with "/" alias and "default" name
- it's registered even if you don't have such explicit servlet -
pax-web-jetty will register one for you (unless you provide your own). See
for example this sample

.

regards
Grzegorz Grzybek

2018-02-04 15:03 GMT+01:00 Maurice Betzel :

> Dear community,
>
> what is the best way to override the Jetty default
> org.eclipse.jetty.server.handler.DefaultHandler and ErrorHandler?
> By jetty.xml DI configuration or can this be done by pax web services, and
> if yes are there any examples?
> Other suggestions also welcome.
>
> --
> --
> --
> OPS4J - http://www.ops4j.org - ops4j@googlegroups.com
>
> ---
> 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 ops4j+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
--
OPS4J - http://www.ops4j.org - ops4j@googlegroups.com

--- 
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 ops4j+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


pax web default and error handler override

2018-02-04 Thread Maurice Betzel
Dear community,

what is the best way to override the Jetty default 
org.eclipse.jetty.server.handler.DefaultHandler and ErrorHandler?
By jetty.xml DI configuration or can this be done by pax web services, and 
if yes are there any examples?
Other suggestions also welcome.

-- 
-- 
--
OPS4J - http://www.ops4j.org - ops4j@googlegroups.com

--- 
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 ops4j+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.