wyona / yanel

http://www.yanel.org
Apache License 2.0
10 stars 5 forks source link

Split realms.xml into individual configuration files #25

Open michaelwechner opened 12 years ago

michaelwechner commented 12 years ago

At the moment realms are reglistered via YANEL_HOME/conf/realms.xml or rather YANEL_HOME/conf/local/local.realms.xml, whereas for various reaons it would be easier to have for each realm an individual file, similar to Tomcat handles context files, e.g.

TOMCAT/local/apache-tomcat-7.0.25/conf/Catalina/localhost//ROOT.xml, etc.

We should consider the pros/cons...

csstaub commented 12 years ago

What about the various different ways in which Yanel can be deployed, e.g. is there a guarantee that we can always find the right paths? As far as I know, finding the realms.xml file is already tricky business.