[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: automatically install and configure jboss

PeterJ do-not-reply at jboss.com
Wed Nov 19 12:57:20 EST 2008


Some tips.

Build a JBossAS distribution that contains your applications, this includes and JAR , WAR, EAR and *-ds.xml file that your app needs. You can place this all onto a single config, such as server/default. You do not need to supply any other configuration (that is, no need for server/all or server/minimal).

You could use an Ant script to copy the JBossAS from the CD to the user's system and even populate the database (the script will have to ask the user for a user name and password). The script could even update the *-ds.xml file with that info (very easy when using the 'expandProperties' 'filterChain'). You can even package Ant on the CD, no need for the user to have it already.

To set up a CD to run a shell script (which runs Ant) when the CD is inserted, see http://research.silmaril.ie/autoruncd/

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4190588#4190588

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4190588



More information about the jboss-user mailing list