ダウンロードリスト

プロジェクト概要

Eclipse RCPにて動作するネットワーク監視及びネットワーク運用管理 Javaアプリケーションプログラムを開発します。SNMPブラウザ機能も有し、SNMP V3の対応も行います。
Webアプリケーションプログラムも同時に開発し、Flashを用いたリッチクライアントを実現します。

システム要件

システム要件が設定されていません

リリース時刻: 2006-08-25 00:28
netjfwatcher_web 0.9.6_web (0 個のファイル 非表示)

リリースノート

■ 変更・修正内容

1. Shift-JIS Webアプリケーションサーバ以外のUTF-8などのサーバで動作NGの障害対応

2. ブラウザ 保守マネージャにおけるノード監視情報XML/CSV出力不可障害対応


■ 注意事項

1. ブラウザ Windowのopen/closeなどでJavaScriptを使用しているのでセキュリティの
設定が必要です。

2. エンジン接続先をデフォルト127.0.0.1となっています。環境にあわせて変更してください。


■ Web認証について

--------------------------------------------------------------------------
1. netjfwatcher webプロパティ

(1) レルム(Realm)名 : netwatcher Realm
(2) ロール(Role)名 : manager



--------------------------------------------------------------------------
例 (1) tomcatの場合


tomcat-users.xmlファイル

<?xml version='1.0' encoding='utf-8'?>
<tomcat-users>
<role rolename="tomcat"/>
<role rolename="role1"/>
<role rolename="manager"/>
<role rolename="admin"/>
<user username="tomcat" password="tomcat" roles="tomcat"/>
<user username="role1" password="tomcat" roles="role1"/>
<user username="both" password="tomcat" roles="tomcat,role1"/>
<user username="admin" password="admin" roles="manager"/> ...... ★
</tomcat-users>


--------------------------------------------------------------------------
例 (2) Jettyの場合

./etc/jetty.xml 内のレルム(Realm)設定


<!-- =========================================================== -->
<!-- Configure Realms -->
<!-- =========================================================== -->

<Set name="UserRealms">
<Array type="org.mortbay.jetty.security.UserRealm">
<Item>
<New class="org.mortbay.jetty.security.HashUserRealm">
<Set name="name">netwatcher Realm</Set> ---------- ★レルム(Realm)設定
<Set name="config">etc/netjfwatcherRealm.properties</Set>
</New> |
</Item> |
</Array> |
</Set> |
+-------------------------+
|
|
netjfwatcherRealm.properties ---- ★ユーザ名、パスワード及びロール名記述
プロパティファイル

ロール名 managerを記述
#
# This file defines users passwords and roles for a HashUserRealm
#
# The format is
# <username>: <password>[,<rolename> ...]
#
# Passwords may be clear text, obfuscated or checksummed. The class
# org.mortbay.util.Password should be used to generate obfuscated
# passwords or password checksums
#
# If DIGEST Authentication is used, the password must be in a recoverable
# format, either plain text or OBF:.
#
jetty: MD5:164c88b302622e17050af52c89945d44,user
admin: CRYPT:adpexzg3FUZAk,server-administrator,content-administrator,admin,manager
netwatcher: netwatcher,manager ----------- ★ ユーザ名、パスワード及びロール名記述
other: OBF:1xmk1w261u9r1w1c1xmq
plain: plain

# This entry is for digest auth. The credential is a MD5 hash of username:realmname:password
digest: MD5:6e120743ad67abfbc385bc2bb754e297

変更履歴

変更履歴はありません