Hi Arne, I am working on an installer (based on IZPack, www.izpack.org), which installs JBoss, Fedora, and our Fedora-based e-Research middleware (eSciDoc). For security reasons, we create an additional XACL policy during the installation process. What I did was to copy fedora.war into the JBoss deploy directory, then create the $FEODRA_HOME/data/fedora-xacml-policies/repository-policies/default directory and write our own policy to this directory. After starting up JBoss, Fedora deploys itself, but during its initialization, it detects the pre-existing "default" directory and refrains from copying the default repository policies into this directory. Without these policies, you are kind of locked out from your repository.
In the $FEDORA_HOME/server/fedora-internal-use/fedora-internal-use-repository-policies-approximating-2.0 directory, you will not only find the default policies, but as well a readme file that clearly explains that Fedora will not copy the policies to the data directory during the initialization if you have already created the default directory. The moment I copied my own policy to a different directory, Fedora worked as expected. Matthias. -----Original Message----- From: arne anka [mailto:[email protected]] Sent: Friday, December 05, 2008 4:31 PM To: fedora-commons-users Subject: Re: [Fedora-commons-users] Deploying Fedora 3.1 in JBoss > Please disregard my previous message. I should read the documentation > first before bugging the list. My apologies. care to elaborate? what did you miss? ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ Fedora-commons-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fedora-commons-users ------------------------------------------------------- Fachinformationszentrum Karlsruhe, Gesellschaft für wissenschaftlich-technische Information mbH. Sitz der Gesellschaft: Eggenstein-Leopoldshafen, Amtsgericht Mannheim HRB 101892. Geschäftsführerin: Sabine Brünger-Weilandt. Vorsitzender des Aufsichtsrats: MinR Hermann Riehl. ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ Fedora-commons-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fedora-commons-users
