The directories under server (server/all, server/default, server/minimal) represent three different configurations of JBossAS. You probably are using only one of those. The one you are using is specified on the command line. For example, if your start JBossAS using:
run -c all then you are using the "all" configuration (directory server/all). If you do not provide any configuration option: run then you are using the "default" configuration. When changing any files, such as log4j.xml, you need only change the one that is in the configuration(s) you are using. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163961#4163961 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4163961 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
