Running the DGEEThis document explains how to run DGEE once it has been installed either by building it from the source distribution or from a binary package. RUNNING THE DGEE ---------------- Booting ------- Once the environment has been set up by sourcing dgeeenv.sh the application may be started. DGEE should generally be started before Apache, as mod_dgee needs the DGEE application to bind to. Step 1. Start an instance of the Goldwater middleware for the DGEE and boot the DGEE server processes shell> dgadmin start Goldwater (version 1.3.8) Startup (c) 2003 Free Software Foundation, Inc. Initializing local Goldwater administrative processes.... Initializing process Guardian.... Goldwater Started. Welcome to the Goldwater Administrator (version 1.1.20) (c) 2003 Free Software Foundation, Inc. Type 'help' or '?' for a list of commands. dotGNU DGEE> boot Installing server processes... ++ Booting DGSvcMgr Class: 100 ID: 100 -> Pid: 27945 ... Booted ++ Booting DGSvcMgr Class: 100 ID: 101 -> Pid: 27946 ... Booted ++ Booting DGSvcMgr Class: 100 ID: 102 -> Pid: 27947 ... Booted ++ Booting DGResMgr Class: 200 ID: 200 -> Pid: 27948 ... Booted ++ Booting DGResMgr Class: 200 ID: 201 -> Pid: 27949 ... Booted ++ Booting DGResMgr Class: 200 ID: 202 -> Pid: 27950 ... Booted ++ Booting DGpnetVM Class: 400 ID: 400 -> Pid: 27951 ... Booted ++ Booting DGpnetVM Class: 400 ID: 401 -> Pid: 27952 ... Booted ++ Booting DGpnetVM Class: 400 ID: 402 -> Pid: 27953 ... Booted Started 9 servers, 0 failed Goodbye Step 2. Start Apache Enjoy the world of dotGNU. Step 3. To shutdown the DGEE, including the middleware: shell> dgeestop Welcome to the Goldwater Administrator (version 1.1.20) (c) 2003 Free Software Foundation, Inc. Type 'help' or '?' for a list of commands. Halting server processes... ++ Halting DGSvcMgr Class: 100 ID: 100 -> Pid: 27945 ... Halted ++ Halting DGSvcMgr Class: 100 ID: 101 -> Pid: 27946 ... Halted ++ Halting DGSvcMgr Class: 100 ID: 102 -> Pid: 27947 ... Halted ++ Halting DGResMgr Class: 200 ID: 200 -> Pid: 27948 ... Halted ++ Halting DGResMgr Class: 200 ID: 201 -> Pid: 27949 ... Halted ++ Halting DGResMgr Class: 200 ID: 202 -> Pid: 27950 ... Halted ++ Halting DGpnetVM Class: 400 ID: 400 -> Pid: 27951 ... Halted ++ Halting DGpnetVM Class: 400 ID: 401 -> Pid: 27952 ... Halted ++ Halting DGpnetVM Class: 400 ID: 402 -> Pid: 27953 ... Halted Halted 9 servers, 0 failed Halting Guardian process.... ++ Halting guardian Class: - ID: - -> Pid: 27942 ... Halted shell> -- end -- |