0 Replies Latest reply on Jan 16, 2006 7:19 PM by weipingy

    Server configuration shared by team members using JBoss IDE

    weipingy

      I would like to place all server configurations under CVS (check in/out under Eclipse IDE) so that the configurations can be shared among developers.

      The ideal setup would be to have both source code and server configuration under CVS so that any body can just check out the source project and configuration into local environment (with Eclipse and JBoss installed of course) and ready to code/debug/test without worrying about the configuration files

      My initial thought would be to clone the ${JBOSS_INSTALL}/server/default folder under a totally separated folder and place this folder as part of a project under JBoss IDE.

      Then, question is how to make JBoss IDE recognize this folder and deploy the apps into it?

      Any suggestions would be appreciated