[equinox-dev] AUTO: Michael Iles is out of the office (returning 21/03/2008)

2008-03-19 Thread Michael Iles
I am out of the office until 21/03/2008. I am out of the office for the week of Mar. 17 to 20 with regular access to email. For emergency Go! Mobile issues please contact Michael Cyze. Note: This is an automated response to your message [equinox-dev] AUTO: Michael Iles is out of the office

Re: [equinox-dev] I need jetty 6, for the clustering sake

2008-03-19 Thread Simon Kaegi
Hi ShaoGuang, Jetty 6.1 support is on its way. Look for an older posing in the archives for more details: [equinox-dev] org.eclipse.equinox.http.jetty - Jetty 6.1 support from [ 02/19/2008] HTH -Simon [EMAIL PROTECTED] wrote on 03/18/2008 03:35:08 AM: Hi every one, My team is

[equinox-dev] Servlet mapping

2008-03-19 Thread Emmanuel Potvin
I want to reproduce this servlet installation for Blaze DS (for what is not important) inside a bundle : servlet servlet-nameMessageBrokerServlet/servlet-name display-nameMessageBrokerServlet/display-name

Re: [equinox-dev] Servlet mapping

2008-03-19 Thread Simon Kaegi
Hi Emmanuel, Just register with /messagebroker. The OSGi HttpService handles URI registration a little bit differently and looks for the longest matchng alias. * handling is not specified by the Http Service however the intent in this case seems pretty obvious so we maybe can add it in the

RE: [equinox-dev] Servlet mapping

2008-03-19 Thread Emmanuel Potvin
Thanks Simon for that fast answer! It works! Emmanuel -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Simon Kaegi Envoyé : 19 mars 2008 12:50 À : Equinox development mailing list Objet : Re: [equinox-dev] Servlet mapping Hi Emmanuel, Just register