0 Replies Latest reply on Feb 16, 2004 4:20 PM by dhartford

    Best Practice - write J2EE app for Jboss 3.0.x, 3.2.x, 4.x

    dhartford

      Hey all,
      Has anyone run into the scenario of developing, configuring, and testing the same J2EE app on different versions of JBoss?

      I'm wondering if there is an easier way than to manually move and change files around for each version.

      -Different DataSource config files (3.0.x versus 3.2+)
      -Different Service config files
      -Versioning within ANT/Maven tasks (i.e. version="tomcat41", "tomcat50")

      -D