Re: Tomcat, Security and RMI

2006-03-28 Thread Mike Sabroff
I have not used RMI since '98 and I know it has gone through some changes since then. It use to be that RMIC created stubs and skeletons fore marshalling the data and class structure. (That is not the case anymore is it?) But, when I did this...even though the stub was on one side and th skelet

Re: Tomcat, Security and RMI

2006-03-24 Thread Markus Schönhaber
Gary Pennington wrote: > On Fri, Mar 24, 2006 at 01:10:40PM +0100, Markus Schönhaber wrote: > > I don't have much experience regarding RMI so I won't be of much help if > > it's a RMI-specific problem. But two points come to my mind: > > 1. You did make sure everything works as expected if you star

Re: Tomcat, Security and RMI

2006-03-24 Thread Gary Pennington
On Fri, Mar 24, 2006 at 01:10:40PM +0100, Markus Sch?nhaber wrote: > Gary Pennington wrote: > > If I invoke Tomcat with the following additional options, I can make my > > servlet/RMI client deploy: > > > > -Djava.rmi.server.codebase="http://webserver/builds2/garypen/jars/jscmc.jar > > http://webse

Re: Tomcat, Security and RMI

2006-03-24 Thread Markus Schönhaber
Gary Pennington wrote: > If I invoke Tomcat with the following additional options, I can make my > servlet/RMI client deploy: > > -Djava.rmi.server.codebase="http://webserver/builds2/garypen/jars/jscmc.jar > http://webserver/builds2/garypen/jars/jscma.jar"; > > The application executes fine until i

Tomcat, Security and RMI

2006-03-24 Thread Gary Pennington
Hi, Environment: OS: Solaris 10 on client and server Java: java full version "1.5.0_06-b04" Tomcat: 5.5.15 I'm trying make one of my servlets act as an RMI client with an RMI server running on a different host. I have a problem though and I can't seem to make much progress, so maybe someone can