In deploy/http-invoker.sar/META-INF/jboss-service.xml the HttpInvoker mbean should 
look like 


     <!-- Use a URL of the form http://:8080/invoker/EJBInvokerServlet
      where  is InetAddress.getHostname value on which the server
      is running.
      -->
     https://
     :8443/invoker/restricted/EJBInvokerServlet
     true
  

The proxy factory ..


      <!-- The Naming service we are proxying -->
      jboss:service=Naming
      <!-- Compose the invoker URL from the cluster node address -->
      https://
      :8443/invoker/restricted/JMXInvokerServlet
      true
      org.jnp.interfaces.Naming
      
      
          
             jc.client.ClientInterceptor
             org.jboss.proxy.ClientMethodInterceptor
             org.jboss.proxy.SecurityInterceptor
             org.jboss.naming.interceptors.ExceptionInterceptor
             org.jboss.invocation.InvokerInterceptor
          
      


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841118#3841118

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841118


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to