Interstage Application Server J2EE ユーザーズガイド
目次 索引 前ページ次ページ

第2部 Servlet/JSP編> 第7章 Webアプリケーションの開発> 7.5 Webアプリケーション環境定義ファイル(deployment descriptor)> 7.5.3 Webアプリケーション環境定義ファイル(deployment descriptor)のタグの詳細

7.5.3.1 Webアプリケーション環境定義ファイル(deployment descriptor)の開始と終了

 Webアプリケーション環境定義ファイル(deployment descriptor)の開始と終了は、web-appタグで定義します。

■記述形式

------------------------------------------------------------------------------------
  <web-app>
    ・・・
  </web-app>
------------------------------------------------------------------------------------

■記述例

------------------------------------------------------------------------------------
  <web-app>
    <context-param>
    ・・・
    </context-param>
  </web-app>
------------------------------------------------------------------------------------

目次 索引 前ページ次ページ

All Rights Reserved, Copyright(C) 富士通株式会社 2005