I've just got my serlevt working as an RMI client. To do this I had to edit the tomcat.policy file to give all permissions to everything, and use the rmiSecurityManager. See my earlier posts for more info.... sam ----- Original Message ----- From: Sergey V. Udaltsov <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 28, 2001 11:39 PM Subject: RMI > Hi all > > My 4-tier app uses RMI-based AppServer. I want my JSP to connect to it > (using dynamic stub loading). In order to do this I have to install > RMISecurityManager, haven't I? Is this legal in Tomcat? Probably, I > should provide some policy file? Can my webapp use separate policy (I > would not like to change the base Tomcat configuration)? I use JDK 1.3, > so AFAIK RMISecurityManager === SecurityManager and uses usual policy > files. > Any comments are more than welcome. > > Regards, > > Sergey > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, email: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]
