이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 3. Installing on Apache Karaf
Red Hat Fuse is installed by unpacking an archive file on your file system.
Getting the archive 링크 복사링크가 클립보드에 복사되었습니다!
You can download the Fuse on Karaf archive from the Red Hat Customer Portal→Downloads→Red Hat JBoss Middleware→Downloads page, after you register and log in to your customer account.
Once logged in:
-
Select
Fuse
, listed underIntegration Platforms
, in the sidebar menu. -
Select
7.1.0
from theVersion
drop-down list on theSoftware Downloads
page. -
Click the
Download
button next to the Red Hat Fuse 7.1.0 on Karaf Installer file.
Unpacking the archive 링크 복사링크가 클립보드에 복사되었습니다!
Fuse on Karaf is packaged as a .zip
file. Using a suitable archive tool, such as Zip, unpack Fuse on Karaf into a directory to which you have full access.
Do not unpack the archive file into a folder that has spaces in its path name. For example, do not unpack into C:\Documents and Settings\Greco Roman\Desktop\fuse
.
Do not unpack the archive file into a folder that has any of the following special characters in its path name: #
, %
, ^
, "
.
Using the IBM JDK 링크 복사링크가 클립보드에 복사되었습니다!
If you are using the IBM JDK, remove the saaj-api
jar from the installDir/lib/endorsed
library using the following command:
rm lib/endorsed/org.apache.servicemix.specs.saaj-api-1.3-2.7.0.jar
rm lib/endorsed/org.apache.servicemix.specs.saaj-api-1.3-2.7.0.jar
Before invoking the ./bin/fuse
script:, set the JAVA_OPTS
environment variable as follows:
JAVA_OPTS=-Xshareclasses:none
JAVA_OPTS=-Xshareclasses:none