Good point, thanks. However the main problem is that we currently use jetty6 and Geronimo uses jetty5. So the way would be to rewrite the wrapper, but this should not be difficult. What I had in mind was instead to be able to reuse the existing Geronimo (or any other app server) configured web server and just deploy a simple servlet which would delegate all requests to the servicemix-http component. I have not find a way yet to do that, because until Geronimo has a global read-write JNDI context, I do not really know how to do such a thing without using geronimo kernel directly to retrieve a reference...
Guillaume On 4/6/06, Aaron Mulder (JIRA) <[EMAIL PROTECTED]> wrote: > [ > https://issues.apache.org/activemq/browse/SM-371?page=comments#action_35999 ] > > Aaron Mulder commented on SM-371: > --------------------------------- > > FYI, Geronimo has a custom override of the Jetty HTTPS connector that hooks > into the keystore service provided by Geronimo (essentially, allowing us to > provide an SSLServerSocketFactory instead of all the various keystore > settings). It would be great if there was a way to plug that in to > ServiceMix as an alternative when configuring HTTPS -- or else provide the > same kind of hook in the ServiceMix code so Geronimo could provide an > SSLServiceSocketFactory for the HTTPS connectors when ServiceMix is running > on Geronimo. > > > Support for HTTPS > > ----------------- > > > > Key: SM-371 > > URL: https://issues.apache.org/activemq/browse/SM-371 > > Project: ServiceMix > > Type: New Feature > > > Components: servicemix-components > > Reporter: Mike Gerdes > > Assignee: Guillaume Nodet > > Fix For: 3.0-M1 > > Attachments: HttpsConnector.java, HttpsSoapConnector.java > > > > > > The lightweight httpconnector component of SM enhanced with SSL support. > > -- > This message is automatically generated by JIRA. > - > If you think it was sent incorrectly contact one of the administrators: > https://issues.apache.org/activemq/secure/Administrators.jspa > - > For more information on JIRA, see: > http://www.atlassian.com/software/jira > >