 Jetty(Web Server) N

  (1) Eclipse RCP j[ Jetty(web server) j[ click

  (2) Jetty View\

  (3) Start{^ɂJetty web serverN

  (4) Jetty server status  unready(ԐF)  ready(F) ɂȂ܂Wait

  (5) status  ready(F)ɂȂ΃uEUɂăANZX

    yURLz
     http://localhost:8080/netjfwatcher/start.jsp

   (6) Kvł΃GWN


 uEUłWebF؂ɂ

   [U  : admin
   pX[h: admin


 Jetty\

 (1) ReLXgpXA|[g

    CXg[fBNg\plugins\netjfwatcher_jetty_x.x.x\resources\jetty_conf.xml

<?xml version="1.0" encoding="UTF-8"?>
<jetty_conf>
    <webAppContext_War value="webapps/netjfwatcher0.9.4.war" />
    <connector_port value="8080" />                        ...... RlNg|[g
    <contextPath value="/netjfwatcher" />                  ...... ReLXgpX
    <userRealmName value="netwatcher Realm" />
    <userRealmPath value="./etc/netjfwatcherRealm.properties" />
</jetty_conf>


 (2) F

     CXg[fBNg\etc\netjfwatcherRealm.properties


#
# 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

admin: admin,admin,manager           ......... <username>: <password>[,<rolename> ...]
manager: manager,manager                         ( [(rolename)́wmanagerx )
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


 Eclipse RCP \

Eclipse RCP netjfwatcher_jed

                                Eclipse RCP netjfwatcher_jed
                               +--------------------------------------------------------------+
                               |                                                              |
                               |      +---------------+                                       |
   Eclipse RCP       Socket    |      |               | --------------------------------------|---- Network watch
    Socket Client -------------|----- |    Engine     |                                       |      -snmp
                               |      |               |                   +--------------+    |      -ping
                               |      |               |-------------------|              |    |      -http
                               |      +---------------+                   | Apache Derby |    |      -smtp
                               |              | netjfwatcher plugin       | Database     |    |      -pop3
                               |              |                           |              |    |
                               |              |                           +--------------+    |
                               |              |                                               |
                               |              |Socket                                         |
                               |              |                                               |
                               |              |                                               |
                               |              |                                               |
                               |     +---------------------+                                  |
                      HTTP     |     |                     |                                  |
   Browser Client -------------|---- |  Jetty              |                                  |
                               |     |  Web(HTTP) Server   | ------- Web apps War file        |
                               |     |  (Servlet container)|         (netjfwatcher.war)       |
                               |     |                     |                                  |
                               |     +---------------------+                                  |
                               |         netjfwatcher_jetty plugin                            |
                               |                                                              |
                               |                                                              |
                               +--------------------------------------------------------------+
                                                          |
                                                          |
                                                          |
                                                          |
                                                   Standalone Client


  Engine\

             +-- Engine ----------------------------+
             |                                      |
             |     +-------------------------+      |
             |     |                         |      |
             |     | SNMP Browser(Manager)   |      |
   GUI ----- |     |                         |      |
             |     +-------------------------+      |
             |     +-------------------------+      |
             |     |                         |      |
             |     | SNMP Agent              |      |
             |     |                         |      |
             |     +-------------------------+      |
             |     +-------------------------+      |
             |     |                         |      |
             |     | Network Watch           | -----|--- Network
             |     |   snmp/ping/http etc    |      |
             |     |                         |      |
             |     +-------------------------+      |
             |     +-------------------------+      |
             |     |                         |      |
             |     | Database Control/Access | -----|--- Database
             |     |                         |      |
             |     +-------------------------+      |
             |     +-------------------------+      |
             |     |                         |      |
             |     | Socket communication    | -----|--- Web App/Socket Client
             |     |                         |      |
             |     +-------------------------+      |
             |                                      |
             +--------------------------------------+

