30日間の無料評価版をお試しいただけます。

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Code Block
languagejava
<web-app>
      <distributable/>
      <!-- System Event and Debug classes -->
      <listener>
            <listener-class>com.hof.servlet.SysSessionListener</listener-class>
      </listener>

 

 

セッションの複製を有効にするには、web.xmlファイル内のClusterManagement servletに以下を追加します。

Code Block
themeEclipse
languagexml
<init-param>
          <param-name>SessionReplication</param-name>
          <param-value>true</param-value>
</init-param>

 

server.xmlファイルの変更

server.xmlファイルの「Yellowfin/appserver/conf」ディレクトリに変更が必要です。

...