Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am using JBoss and would like to place my properties under JBOSS root directory. Say like /application/.properties instead of the default conf folder /server/xxxx/conf/.properties. Is this possible to do? What is the best approach to implement this if possible.

share|improve this question
Which JBoss version? – skaffman Apr 24 '11 at 9:46
4.x.x or 5.x.x right now I have 4.x.x, might migrate to 5.x.x – Java Guy Apr 25 '11 at 5:45

1 Answer

up vote 0 down vote accepted

Ok, I figured out this as we can add this to JBOSS clath path by adding the entry to the run.bat/run.sh

$JBOSS_HOME/application/

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.