>> 1. Configuration files
>> Currently it is possible to have several jBoss configurations by
>> copying/renaming jboss.conf/jboss.jcml to whatever.conf/whatever.jcml
>> (as outlined yesterday). A better idea (IMHO) would be to put each
>> configuration in a separate directory, i.e. "/conf/default/jboss.conf"
>> and "/conf/mysettings/jboss.conf". This would make it easier to code
>> services(=the filename is always the same and can be accessed through
>> Class.getResource), easier to administrate (copy "conf/default" and
>> you're good to go), and easier to understand (again, because the names
>> of the conf files are always the same).

>> So, is it a good idea to have directory-prefixed configurations instead
>> of filename-prefixed configurations? May I have your vote please.

+1 for directory-prefixed.

Jay Walters

Reply via email to