Index Changes
This is version 3. It is not the current version, and thus it cannot be edited.
[Back to current version]   [Restore this version]

Standalone Fuji Runtime

When you create, build and run a fuji integration application projects in netbeans using fuji maven archetypes, the fuji maven plugin creates a distribution that consists of the application(service assembly), required jbi components, jbi framework and the felix runtime and starts the felix runtime from maven to run your integration application. This structure is suitable for running single integration application quickly. But, how do you want to run multiple integration applications in the same runtime? For that, you can use the Standalone Fuji runtime and deploy multiple applications along with the required components to it.

Felix Distribution

  1. Download fujifelix-1.0-SNAPSHOT.jar
  2. unjar the downloaded jar file - "jar -xvf fujifelix-1.0-SNAPSHOT.jar"
  3. cd to the directory "fuji" created when you unjar the downloaded file.
  4. start the runtime - "java -jar bin/felix.jar"

Equinox Distribution

  1. Download fujiequinox-1.0-SNAPSHOT.jar
  2. unjar the downloaded jar file - "jar -xvf fujiequinox-1.0-SNAPSHOT.jar"
  3. cd to the directory "fuji" created when you unjar the downloaded file.
  4. start the runtime - "java -jar equinox.jar -console"

If you want to manage the Standalone Fuji runtime from netbeans, See FujiStandaloneTools page on how to setup the netbeans and standalone fuji runtime for that or watch this video(info).

JSPWiki v2.4.100
[RSS]
« Home Index Changes Prefs
This particular version was published on 21-Aug-08 18:57 PM, -0700 by srini_chikkala