| Author |
Tomcat 4 as RMI client
|
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14475
|
|
I'm trying to invoke an RMI server from a servlet. I seem to be having trouble with the security environment. I tried switching on the "-security" option and messing around with the catalina.policy file, but the best I can get is this: That's being thrown on my index.jsp access - which isn't involved with RMI at all. Actually it's being thrown on any jsp access. What do I need to configure?
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14475
|
|
Well, once again I answer my own question. I stole the catalina security file from JOnAS EJB server. Turns out they solved the problem by enabling EVERYTHING
|
 |
 |
|
|
subject: Tomcat 4 as RMI client
|
|
|