You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Hardware and Software Pre-requisites

Platform:
Windows XP, blah, blah,
Linux, what--SUSE version what, Redhat, what else???

Pre-Requisites:
J2EE 1.4 or greater?
What about CLASSPATH, need to be set?
JAVA_HOME must to be set.

Stand-alone Installation on Windows

Download and Extract the ServiceMix software:
Go to www.servicemix.org
Click on the Download link in the left pane.
Scroll down to select the version to download.
Extract the files from the zip file into a director of your choice.

Test the Installation

From a console window, change to the installation directory and run the servicemix program:

cd install_dir\bin

where install_dir is the directory in which ServiceMix
was installed, e.g., c:\Program Files

Question: should I use wdir (like it is called on
http://www.servicemix.org/Configuration?
Or is this something else.

servicemix

The console window will display the following log line if
ServiceMix is up and running without any problems:
INFO JBIContainer – ServiceMix JBI Container
<http://servicemix.org/> name: defaultJBI running version: null

ServiceMix's default port is 1099. From another console
window run netstat and look for port 1099.

netstat -an|more

From Unix could
netstat -an|grep port_no

Note: Do NOT close/exit from the console window in which
ServiceMix was started as that will terminate ServiceMix.

Unix Installation

Source Installation

What about development downloads?

Running ServiceMix.

Stopping ServiceMix

Configuration

Related Documentation

  • No labels