Should app config files be in jboss/bin directory?

Posted by djangofan on Server Fault See other posts from Server Fault or by djangofan
Published on 2010-05-25T23:50:23Z Indexed on 2010/05/26 0:03 UTC
Read the original article Hit count: 320

Filed under:
|
|

I am a Integration Engineer for a software company. My development team has generated various jboss .ear applications that rely on configuration files being in the jboss/bin directory and setting the CLASSPATH externally using batch files (on Windows from an external LIB directory) rather than using jboss's internally loaded classes. Is this the right/standard way of doing things? Would some other location be better (for the config files) such as jboss/server/instancename/deploy or some other directory? Any opinons on how I can direct my development team to doing things in a best practices fashion?

© Server Fault or respective owner

Related posts about web-apps

Related posts about jboss