> On 18.02.2010 15:56, Vidar Ramdal wrote: >> I need to provide som basic configuration properties for Sling >> bundles, most notably the admin username/password for the >> SlingServerRepository. >> >> Since these configurations need to be available *before* the >> repository starts, I cannot rely on loading configuration files from >> JCR (as described at [1]). >> >> Any suggestions?
On Thu, Feb 18, 2010 at 4:14 PM, Felix Meschberger <[email protected]> wrote: > If the repository is embedded, I would assume SLING-1282 [1] could be > your friend in this concrete case. Yep, that solves at least half my problem, but what if I want to use another username for the admin user? That's also just a mere example of stuff that I would like to configure before repository startup. -- Vidar S. Ramdal <[email protected]> - http://www.idium.no Sommerrogata 13-15, N-0255 Oslo, Norway + 47 22 00 84 00 / +47 21 531941, ext 2070
