Interstage Application Server 移行ガイド |
目次
索引
![]() ![]() |
付録B 旧バージョンのServletサービスの環境定義ファイル | > B.6 Webアプリケーション環境定義ファイル(deployment descriptor) | > B.6.3 Webアプリケーション環境定義ファイル(deployment descriptor)のタグの詳細 |
Webアプリケーションで参照する外部リソース環境の定義は、resource-env-refタグで定義します。
------------------------------------------------------------------------------- <resource-env-ref> <resource-env-ref-name> env-ref-name </resource-env-ref-name> <resource-env-ref-type> type </resource-env-ref-type> </resource-env-ref> -------------------------------------------------------------------------------
タグ名 |
説明 |
タグの |
複数の |
---|---|---|---|
resource-env-ref-name |
リソースファクトリクラスのリファレンス名を定義します。 |
× |
× |
resource-env-ref-type |
外部リソース環境参照のデータソースの型を定義します。
複数定義した場合は、最後に指定したタグが有効となります。 |
× |
× |
------------------------------------------------------------------------------- <web-app> <resource-env-ref> <resource-env-ref-name> jms/sTopic </resource-env-ref-name> <resource-env-ref-type> javax.jms.Topic </resource-env-ref-type> </resource-env-ref> </web-app> -------------------------------------------------------------------------------
目次
索引
![]() ![]() |