There is a System Properties GBean that allows you to add system properties without having to set those on the command line.
++Vamsi On Feb 6, 2008 7:57 PM, Sakari Maaranen (JIRA) <[EMAIL PROTECTED]> wrote: > > [ > https://issues.apache.org/jira/browse/GERONIMO-1930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12566140#action_12566140] > > Sakari Maaranen commented on GERONIMO-1930: > ------------------------------------------- > > One detail to remember here is to enable the truststoreFileName and > password for these GBeans. > It took me a couple of days to try to figure out how to configure the > trusted security authorities keystore for my Secure LDAP(S) realm. > In the end I had to use command line options for my JVM before starting > Geronimo: > -Djavax.net.ssl.trustStore=<geronimo-home>/var/security/keystores/<keystore-filename> > -Djavax.net.ssl.trustStorePassword=<password> > > Would be nice to have those configurable with GBeans or a similar means. > Preferrably with a web GUI. > > > Make security realm types into GBeans so they can be added in > new/updated configurations > > > ---------------------------------------------------------------------------------------- > > > > Key: GERONIMO-1930 > > URL: https://issues.apache.org/jira/browse/GERONIMO-1930 > > Project: Geronimo > > Issue Type: Improvement > > Security Level: public(Regular issues) > > Components: console, security > > Affects Versions: 1.1 > > Reporter: Aaron Mulder > > Fix For: 1.x > > > > > > > -- > This message is automatically generated by JIRA. > - > You can reply to this email to add a comment to the issue online. > >
