Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Wiki Markup

h3. Introduction
This document describes how to install and configure ServiceMix 1.x.

h3. Pre-Installation Requirements
*Hardware:* 
* 13 MB of disk space for the ServiceMix 1.x downloadable bundle.

*Operating Systems:*
* Windows: Windows XP, Windows NT.
* Unix: AIX, HP-UX, Solaris,  Linux, any platform that supports Java.
  
*Environment:*
* Java Developer Kit (JDK) of 1.4.x or greater
* Maven XX (needed when installing source or developer's releases).
* The JAVA_HOME environment variable must be set.

h3. Installation Procedure For Windows
*Binary Installation:*
This procedure explains how to download and install the binary distribution on a Windows system.
# In a browser, go to www.servicemix.org
# Click on the Download link in the left pane.
# From this page, click on link in the "Latest Releases" section.
# Scroll down to select the version to download. For a binary distribution the filename will be similar to:
{{

Introduction

This document describes how to install and configure ServiceMix 1.x.

Pre-Installation Requirements

Hardware:

  • 13 MB of disk space for the ServiceMix 1.x downloadable bundle.

Operating Systems:

  • Windows: Windows XP, Windows NT.
  • Unix: AIX, HP-UX, Solaris, Linux, any platform that supports Java.

Environment:

  • Java Developer Kit (JDK) of 1.4.x or greater
  • Maven XX (needed when installing source or developer's releases).
  • The JAVA_HOME environment variable must be set.

Installation Procedure For Windows

Binary Installation:
This procedure explains how to download and install the binary distribution on a Windows system.

...

servicemix-x.x.x.zip}}.

...


# Extract the files from the zip file into a directory of your choice.

...


# Proceed to the [starting|"Starting ServiceMix"] section of this document.

...



*Source Installation:

...

*
This procedure explains how to download and install the source distribution on a Windows system.

...


# In a browser, go to www.servicemix.org

...


# Click on the Download link in the left pane.

...


# From this page, click on link in the "Latest Releases" section.

...


# Scroll down to select the version to download. For a binary distribution the filename will be similar to:

...


{{servicemix-x.x.x-src.zip}}.

...


# Extract the files from the zip file into a directory of your choice.

...


# cd blah and maven something, ????

...


# Proceed to the "Starting ServiceMix" section of this document.

...





*Developer's Releases:

...

Installation Procedure For Unix

Binary Installation:
This procedure explains how to download and install the binary distribution on a Windows system.

...

*

h3. Installation Procedure For Unix
*Binary Installation:*
This procedure explains how to download and install the binary distribution on a Windows system.
# In a browser, go to www.servicemix.org

...


# Click on the Download link in the left pane.

...


# From this page, click on link in the "Latest Releases" section.

...


# Scroll down to select the version to download. For a binary distribution the filename will be similar to:

...


{{servicemix-x.x.x.zip}}.

...


# Extract the files from the zip file into a directory of your choice.

...



*Source Installation:

...

*
This procedure explains how to download and install the source distribution on a Windows system.

...


# In a browser, go to www.servicemix.org

...


# Click on the Download link in the left pane.

...


# From this page, click on link in the "Latest Releases" section.

...


# Scroll down to select the version to download. For a binary distribution the filename will be similar to:

...


{{servicemix-x.x.x-src.zip}}.

...


# Extract the files from the zip file into a directory of your choice.

...


# cd blah and maven something, ????

...

Starting ServiceMix

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

Code Block




h3. {anchor|starting} Starting ServiceMix

*On Windows:*
From a console window, change to the installation directory and run the {{servicemix}} program:
{code}       
cd [install_dir]\bin

...

{code}     
where {{install_dir}} is the directory in which ServiceMix was installed, e.g., {{c:\Program Files\servicemix-1.x

...

}}.
\\
Then type:

...


{code
}
servicemix
{code}

*On Unix:

...

*
From a command shell, change to the installation directory and run the {{servicemix}} program:

...


{code
}       
cd [install_dir]/bin

...


{code}     
where {{install_dir}} is the directory in which ServiceMix was installed, e.g., {{/usr/local/servicemix-1.x

...

}}.
\\
Then type:

...


{code
}
servicemix or servicemix & 
Warning
titleWarning
Do NOT close the
{code}

       
{warning:title=Warning}
Do NOT close the Window's console or Unix command shell (unless servicemix was started in the background) in which ServiceMix was started as that will terminate ServiceMix
.

Stopping ServiceMix

...

.
{warning}
       
      



h3. Stopping ServiceMix
To terminate ServiceMix type "CTRL-C" in the command shell in which it is running and answer "y" to the "Terminate batch job (y/n)?" question

...

Testing the Installation

The console window will display the following log line if ServiceMix is up and running without any problems:

Code Block
. 




h3. Testing the Installation

The console window will display the following log line if ServiceMix is up and running without any problems:
{code}
[INFO] JBIContainer -- ServiceMix JBI Container 
<http://servicemix.org/> name: defaultJBI running version: null
{code}
           
         
ServiceMix's default port is 1099. From another console window run netstat and look for port 1099.

...



*Windows Installation:

...

*
From a windows console type:

...


{code
}       
netstat -an|more

Unix Installation:
From a Unix command shelltype:

Code Block
{code}

*Unix Installation:*          
From a Unix command shelltype:
{code}
netstat -an|grep 1099

Configuring ServiceMix

Configuration

...


{code}
  
  

h3. Configuring ServiceMix
[Configuration|http://www.servicemix.org/Configuration]

h3. Related Documentation