Creating a new DSB Distribution

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (3)

View Page History
Just compile the all
{code}

{code}
mvn install
{code}

{code}

And go to the _dsb-distrib/target_ folder. You should find your new custom distribution in the _custom-distrib-1.0-SNAPSHOT_ folder.


Go to _dsb-distrib/target/custom-distrib-1.0-SNAPSHOT/custom-distrib-1.0-SNAPSHOT/bin_ and launch _startup.sh_

{code}
new-host-3:bin chamerling$ ./startup.sh -C
Setting PEtALS environment
java version "1.6.0_24"
Java(TM) SE Runtime Environment (build 1.6.0_24-b07-334-10M3326)
Java HotSpot(TM) 64-Bit Server VM (build 19.1-b02-334, mixed mode)


--------------------------------------------------------------
| |
| PetalsLink Distributed Service Bus |
| http://dsb.petalslinklabs.org |
| chamerling@petalslink.com |
| |
--------------------------------------------------------------
...
...
...
### The Petals Distributed Service Bus is started at Thu Apr 14 16:55:46 CEST 2011 ###

System Information : Petals JBI Container - version: 3.0.4
PEtALS prompt. Tape 'help' for help.

petals@localhost:/>
{code}