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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to