(file) Return to README.browser CVS log (file) (dir) Up to [Pegasus] / pegasus-JavaCIMClient

 1 kumpf 1.1 BUILDING CIM BROWSER
 2           ====================
 3           To build CIM Browser
 4           
 5           $ export CIMCLIENT_OBJPATH=$CIMCLIENT_OBJPATH/browser
 6           
 7           $ cd cimclient/org/snia/wbemcmd/mof
 8           $ gmake
 9           # cd -
10           $ cd cimclient/org/snia/wbemcmd/browser
11           $ gmake
12           
13           
14           $ cd $CIMCLIENT_OBJPATH
15           $ jar cvf cimbrowser.jar -C obj/ .
16              This will create 'cimbrowser.jar' file with the CIM Browser related classes.
17           
18           
19           
20           Starting CIM Browser
21           --------------------
22 konrad.r 1.2 - You must have WBEM Java Client jar (cimclient.jar) and Apache XML parser (xerces.jar) 
23              - CLASSPATH must include cimclient.jar and xerces.jar
24 kumpf    1.1 - include cimbrowser.jar to your CLASSPATH
25              
26              - To start CIMBrowser GUI, use
27                    java  -Dorg.snia.wbem.cimom.properties=cim.properties \
28                          org.snia.wbemcmd.browser.DialogBrowser
29               OR
30                You can also use cimbrowserNoSSL.sh  or cimbrowserSSL.sh
31              
32              
33              When the GUI comes up depending on the mode, enter
34                UserName: <valid user>
35                Passwd:  <password>
36                Hostname: CIMserver System
37                Name Space: root/cimv2 (For WBEM CIMServer)
38                           
39              Advanced Tab:
40                 Post: 5989 (SSL) or 5988 (non-SSL)
41                 Connection Type: XML
42                 HTTP Type: HTTP / HTTPS
43               

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2