Strutsフレームワーク
ようこそ
トップページ
キックスタートFAQ
ユーザガイド
リソース
私たちは誰でしょう
ダウンロード
バイナリ
ソースコード
はじめよう
インストール
リリースノート
APIドキュメント
メーリングリスト
バグ データベース
開発者ガイド
Beanタグ
HTMLタグ
Logicタグ
Templateタグ
Digester
Utilities
タグライブラリ ドキュメント
Beanタグ
HTMLタグ
Logicタグ
Templateタグ
現在の開発
インストール(ナイトリビルド)
リリースノート(ナイトリビルド)
APIドキュメント(ナイトリビルド)
ワークフローの提案
TODOリスト
Installing Struts with your servlet container

Bluestone Universal Business Server 7.2

  • You need UBS version 7.2 to run war file applications. The UBS 7.2.2 evaluation is located here. If you're using version 7.2.1, you need to download the WAR file patch, located in the product enhancement section of Bluestone's website here
  • After installation of the correct version and/or patch of UBS 7.2, you need to modify your apserver.txt file to point to the correct directory for your war file applications. Look for the section that says something similar to the following:
      [SaServletEngine.class]
      session_affinity=1
      type=1
      program=/SaServletEngine.class
      file_path=f:\webapps
      host=localhost:20000
    
  • Use the directory specified by the "file_path" variable, or modify it to point to your own custom webapp directory. Copy the "struts-documention.war" and "struts-example.war" files into that webapp directory, and start the UBS (read documentation distributed with UBS for information on how to start it if necessary). Your webapps are now accessible from the following URL:

    http://localhost/<PLUGIN>/SaServletEngine.class/struts-example/
    http://localhost/<PLUGIN>/SaServletEngine.class/struts-documentation/

  • Note: "<PLUGIN>" represents the plugin you are using for your specific webserver. For apache on Windows, it might be "cgi-bin/SaCGI.exe", for IIS on Windows, it might be "scripts/SaCGI.exe" or "scripts/ISAPI.dll". Consult the UBS documentation for more information.

  • Author: Mike Schachter

Back to Installation


[訳注: これはが翻訳しました。日本語訳に対するコメントがあれば、こちらに送って下さい。]
Copyright (c) 2000-2002, Apache Software Foundation