Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Fw: how to set RMISecurityManager in 6.x?

if you need a security manager in 6 you should just start the jvm with
the security manager on the command line....the policy support there
is only for jetty 7 and 8 right now

cheers,
jesse

--
jesse mcconnell
jesse@xxxxxxxxxxx

http://webtide.com / http://intalio.com
(the folks behind jetty and cometd)



On Thu, Dec 8, 2011 at 07:42, Zsolt Kúti <kuti.zsolt@xxxxxxxxx> wrote:
> Hello,
>
> I need to set a SecurityManager (RMI) instance in an app that uses
> jetty 6.1.25. [*]
> Following this doc http://wiki.eclipse.org/Jetty/Tutorial/Jetty-Policy
> result in ClassNotFoundException of
> org.eclipse.jetty.policy.JettyPolicyConfigurator, most likely because
> it belongs to 7.x series.
> I've been looking at the 6.x API and cannot see such configurator,
> neither I know if the above tutorial is valid for 6.x at all.
>
> * The reason for using 6.x, that gradle has a jetty plugin that
>  currently support this version.
>
> Another question about 7.x's JettyPolicyConfigurator: it sets an
> instance of SecurityManager. If I am to use RMISM, should I write my own
> configurator and set an RMISM instance in it?
>
> Any help appreciated!
> Zsolt
> _______________________________________________
> jetty-users mailing list
> jetty-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jetty-users


Back to the top