Hi

How do I switch to HTTPS? Currently I have this:

        JAXRSServerFactoryBean sf = new JAXRSServerFactoryBean();
        sf.setResourceClasses(WhiteLabelEndPoint.class);
        sf.setAddress("http://localhost:7521/oak";);
        server = sf.create();

I am not using spring and are having a little trouble seeing how to
configure the bus for https as all examples are pointing towards the
springbusfactory?


PS i am using OSGI with Karaf as container and Declarative services for
injection.

-- 
Best regards / Med venlig hilsen
Nino Martinez

Reply via email to