0 Replies Latest reply on Jan 7, 2005 12:12 PM by wegorkie

    How to see what is the way of EJB invocations?

    wegorkie

      Hi,

      I configured my EJB for SSL communication (RMI over SSL) by analogy to SSL configuration that is described in admin development guide. But my client is able to invoke EJBs methods without any change, without certificate configuration etc. So I suppose the communication is by normal RMI.

      So here are my questions:
      1. How can I check in jmx-console what port concrete EJB uses for listening for invocations?
      2. How can I see the communication, on which ports it is performed, is it secured or not?