Fuse 6 is no longer supported
As of February 2025, Red Hat Fuse 6 is no longer supported. If you are using Fuse 6, please upgrade to Red Hat build of Apache Camel.このコンテンツは選択した言語では利用できません。
9.2. Configuring the Web Container
Overview リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
Red Hat JBoss Fuse automatically deploys WAR files into a Web container, which is implemented by the PAX Web library. You can configure the Web container through the OSGi Configuration Admin service.
Configuration file リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
The Web container uses the following configuration file:
EsbInstallDir/etc/org.ops4j.pax.web.cfg
EsbInstallDir/etc/org.ops4j.pax.web.cfg
You must create this file, if it does not already exist in the
EsbInstallDir/etc/
directory.
Customizing the HTTP port リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
By default, the Web container listens on the IP port, 8181. You can change this value by editing the
etc/org.ops4j.pax.web.cfg
file and setting the value of the org.osgi.service.http.port
property, as follows:
Configure the Web container
# Configure the Web container
org.osgi.service.http.port=8181
Enabling SSL/TLS security リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
The Web container is also used for deploying the JBoss Fuse Web console. The instructions for securing the Web container with SSL/TLS are identical to the instructions for securing the Web console with SSL/TLS. See chapter "Securing the Web Console" in "Security Guide" for details.
Reference リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
The properties that you can set in the Web container's configuration file are defined by the PAX Web library. You can set the following kinds of property: