uCosminexus DocumentBroker Version 3 クラスライブラリ Java サンプルWebアプリケーション
![[目次]](figure/content.gif)
![[用語]](figure/gloss.gif)
![[索引]](figure/index.gif)
![[前へ]](figure/front.gif)
JBuilder 2005を使用する場合は,次のことに注意してください。
JBuilder 2005以降のバージョンでは,Tomcat 4.0を同梱していないため,別途Tomcat 4.0のライブラリを入手する必要があります。設定の詳細は,JBuilder 2005のマニュアルを参照してください。
JBuilder 2005では次に示す操作をしたときに,配置ディスクリプタ(web.xml)内で値の設定されていないタグが削除されます。
このため,プロジェクトファイルを開いたあとに,配置ディスクリプタ内のコンテキストパラメタに対して,次に示す変更を実施してください。
必須パラメタに指定する値を<param-value>タグで記述します。サンプルWebアプリケーションを実行するための必須パラメタは,「2.3 サンプルWebアプリケーションの設定」を参照してください。
<context-param> <param-name>ldap.usrSearchDn</param-name> </context-param>
<context-param> <param-name>ldap.usrSearchDn</param-name> <param-value>ou=people,o=hitachi,c=jp</param-value> </context-param>
不要なパラメタを<context-param>タグごと削除します。
<context-param> <param-name>app.mode</param-name> <param-value>release</param-value> </context-param> <context-param> <param-name>app.default.renditonType</param-name> </context-param> <context-param> <param-name>app.docspace</param-name> <param-value>673d2be0-d1fd-11d0-ab59-08002be29e1d</param-value> </context-param>
<context-param> <param-name>app.mode</param-name> <param-value>release</param-value> </context-param> <context-param> <param-name>app.docspace</param-name> <param-value>673d2be0-d1fd-11d0-ab59-08002be29e1d</param-value> </context-param>
JBuilder 2005では,Webモジュールのプロパティのデフォルト値にJBuilder 2005以前のバージョンと異なる項目があります。このため,デフォルト値のままでは,意図するWebアプリケーション(dbjsample.war)が作成されません。次に示すプロパティの設定を変更してください。
次に示す手順で「ビルド」プロパティの設定を変更します。
次に示す手順で「内容」プロパティの設定を変更します。
All Rights Reserved. Copyright (C) 2006, Hitachi, Ltd.
All Rights Reserved. Copyright (C) 2006, 2013, Hitachi Solutions, Ltd.