Versions Compared

Key

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

...

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.

...

  • 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.

...

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

Windows Installation:

Code Block
       
netstat -an|more

Unix Installation:
From a Unix couldcommand shell:

Code Block

netstat -an|grep

...

 1099

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

...