Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Running Jetty with a security manager

Hi.

I'm using cargo-maven2-plugin v1.6.8.

I'm trying to run a jetty container while enabling a security manager, and I'm facing some problems:

 - with the jetty8x container, Cargo cannot override jetty's start.ini (since it's stored in the same place as start.jar) so I don't know how to enable the provided jetty-policy.xml configuration file  - with the jetty9x container, start.ini can know be customized by Cargo but it seems that everything related to JDK security policies has been dropped in this jetty release

Thanks for any suggestion.

  Claude




Back to the top