0 Replies Latest reply on Apr 15, 2005 5:03 AM by golubec

    https access to service endpoints

    golubec

      I am new to JBOSS and want to make decision of choosing servlets or ejb for providing services over https to my applet:
      When i started documentation i learned that must use jax-rpc for such interoperability , and wondered how to configure https for servlet and ejb. The https with servlet need tomcat ssl configuration and ejb must be configured with http-invoker and some ssl socketFactory - Is it right?
      But now i think also about rmi/http(s) - may be its optimal choice for my task?
      Need your advice.