you may also provide the property with a -D option when you start the
JVM. or if tomcat already uses a jaas configuration it is probably
easier to extend the existing with the jackrabbit entry.
regards
marcel
Humer Günther wrote:
Hi!
I finally managed to deploy the Server (contrib/server) to a Tomcat-server.
Now I have the problem that I get an SecurityException when I try to run the
Repository Browser.
It seems, that the WebApp doesn't find the "jaas.config"- file.
I had the same problem, when I wrot a simple Java app with Jackrabbit.
I solved it with
System.setProperty("java.security.auth.login.config", jaasConfigFile);
But how to do this with a webapp?
And I don't want to change the code...
gu