0 Replies Latest reply on Feb 11, 2003 4:16 PM by njhy

    How do I enable RMI remote class loading ?

    njhy

      I read many replies to seemingly the same topics but did not find answer to my problem, so I am posting my question in this new topic.

      We have Web App that uses Struts framework and runs in JBoss. I created a RMI application whose server and client reside in different machines. This RMI app works fine outside the JBoss. I now need to integrate the RMI app to our Web App with remote class loading. However, if I get remote object without RMISecurityManager set, I get no class found exeception. If I set the RMISecurityManager(), I then get access denied exception. It looks as though the RMISecurityManager() overtakes the security manager JBoss uses. Any help will be greatly appreciated.