This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: JNDI over HTTP - getting HTTP Response Code 403 - usingpatrickmadden Jan 22, 2007 4:14 PM (in response to patrickmadden)I figured it out. I needed to add a role for my remote user that I created for my application. 
 So now in my jmx-console-roles.properties I have the following role
 remoteAppUser=HttpInvoker
 That solved the problem
