I've done it with servlets. First ly uou need to make sure your using a
SecurityManager before accesing the RMI object (i'll dig the code out of you
need it) - try searching for RMISecurityManager or something in the jdk API
docs. You may also want to change the tomcat.policy file in conf to allow
RMI access for your webcontext.
sam
----- Original Message -----
From: "David Cummins" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 18, 2001 8:55 AM
Subject: Tomcat and RMI
> Has anyone had to build a tomcat application (or any J2EE app server for
> that matter) that requires RMI client code to be executed in the JSP?
>
> We have an app that talks to an APS (Jacobs Rimmell All-Purpose
Serviceware)
> directory server (sits on top of an iPlanet LDAP server).
>