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
