0 Replies Latest reply on Sep 6, 2007 4:12 PM by kdolan1

    EJB Security Best Practice???

    kdolan1

      I have two questions.

      My environment is Machine A runs JBoss/Tomcat only, hosting a protected servlet (i.e., it requires authentication) and Machine B runs JBoss, hosting an EJB (which will be called by the servlet).

      Question #1:

      What is best practice (or just plain old options) for securing the EJB? The EJB does not necessarily need the credentials of the user who authenticated with the servlet but it wants to at least "trust" calls made from the servlet.

      Question #2:

      If the environment was a servlet to servlet call - where an HTTP request was going between machines - I would require the request to be an HTTPS call. What is the equivalent for a servlet to EJB call across machines?

      Thanks!
      Kelly