2 Replies Latest reply on Jan 9, 2012 11:10 AM by blabno

    deploy jboss as 7 different configurations

    langerc

      Is there a best practice for deploying a project in different configurations to jboss 7.


      The Application will be deployed on different Servers, not only develop and production but multiple production servers with different path and database settings.


      I use mongodb, havent found a driver or reasonable connector/module for jboss so i wrote a small one by my own. I have to set the ip/port and a base directory before the app can run and i can read further settings from the db table.


      Any suggestions?


      thank you all