users@glassfish.java.net

Migration from JBoss

From: Pinjani, Mona <mpinjani_at_atxg.com>
Date: Wed, 4 Mar 2009 15:30:38 -0600

Hi,

We are currently using JBoss and will need to migrate to GlassFish really soon. The current deployment in JBoss looks like this:

/opt/jboss/server/default/deploy

This contains links to /opt/jboss/server/default/builds. Example:

abc.jar -> /opt/jboss/server/default/builds/abc.jar.20090127.59964

When we have a new version of abc.jar, we create a new link in deploy. Older versions for the jar/ear are kept in build (In case we need to backout immediately). How can I implement a similar mechanism under GlassFish ?

Thanks,
Mona