|
From: Leif M. <le...@ta...> - 2008-07-25 01:52:48
|
Michael, What is the problem that you are encountering? As I recall, RMI requires that a security manager be configured. When running under the Wrapper, the wrapper is in effect calling your application code so it must be included in the security chain. The following FAQ gives an example of this. http://wrapper.tanukisoftware.org/doc/english/faq.html#5 Cheers, Leif On Fri, Jul 25, 2008 at 10:38 AM, Michael McFarland <mic...@ja...> wrote: > > We have a Java application that uses RMI to connect to our session façade EJBs (remote interfaces) running in our middle tier on JBoss. > > This works fine when we run JBoss on the server via the run.bat script but does not work when we run as a service using Wrapper. > Web pages work either way. > > Has anyone else seen this? Am I missing a "Java Additional Parameter" ? > > > Michael McFarland > Manager, The Applications Group, Computational Sciences The Jackson Laboratory 600 Main St. > Bar Harbor, Maine 04609 > 207.288.6796 > |