Or
1) Download jboss-5.0.0.zip
2) unzip jboss-5.0.0.zip
Notice how few '-' there were. ;)
Adrian Brock wrote:
On Tue, 2006-09-19 at 08:23 -0400, Tom Elrod wrote:
> Please do include a zip version as well (makes it a lot easier for
> servers without X installed).
>>> Adrian Brock wrote:
>>>> If it doesn't already, it is certainly planned that this should be
>>>> runnable in "headless" mode.
Besides all the other advantages, it means the packages
are only distributed once, instead of the current
distribution which is needlessly big because it has
them twice in default/ and all/
It would something like:
1) Download jboss-installer-5.0.0.jar
2a) Run the install headless
java -jar jboss-installer-5.0.0.jar --headless --config=default
--output=/home/telrod/jboss-5.0.0
2b) Run the install headless and choose what you want
java -jar jboss-installer-5.0.0.jar --headless --config=basic
--include=jbossmq --output=/home/telrod/jboss-5.0.0
2c) Run the installer and choose what you want with the GUI
java -jar jboss-installer-5.0.0.jar