1 Reply Latest reply on Aug 31, 2006 11:10 AM by markash

    how to security jndi look up

    ppgogo

      jboss provides the jndi service
      by default, anyone can get the NamingService by connecting to 1099.

      So I want to security this service, then anyone who wants to connect to the service, must provide the username and password.

      But How I can configure to do it?
      I get no idea.
      the jboss tutorial tells much about how to security the ws application, e.g. jmx-console application.But it seems little about how to configure to security an EJB service like NamingService.

      thanks.