From: Dave B. <bla...@us...> - 2011-01-18 16:10:20
|
Update of /cvsroot/sblim/cim-client/org/sblim/wbem/client/doc-files In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv16582/org/sblim/wbem/client/doc-files Modified Files: Tag: CIM_CLIENT_1_3_9_M configuration.html Log Message: 3160431 - Need to support property file on AIX. Index: configuration.html =================================================================== RCS file: /cvsroot/sblim/cim-client/org/sblim/wbem/client/doc-files/configuration.html,v retrieving revision 1.3 retrieving revision 1.3.2.1 diff -u -d -r1.3 -r1.3.2.1 --- configuration.html 22 Jun 2009 12:21:34 -0000 1.3 +++ configuration.html 18 Jan 2011 16:10:12 -0000 1.3.2.1 @@ -1,7 +1,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <html><head><!-- * - * (C) Copyright IBM Corp. 2006, 2009 + * (C) Copyright IBM Corp. 2006, 2011 * * THIS FILE IS PROVIDED UNDER THE TERMS OF THE ECLIPSE PUBLIC LICENSE * ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THIS FILE @@ -16,6 +16,7 @@ * Flag Date Prog Description *------------------------------------------------------------------------------- * 2807325 2009-06-22 blaschke-oss Change licensing from CPL to EPL + * 3160431 2011-01-18 blaschke-oss Need to support property file on AIX. * --></head> <body style="background-color: white;"> @@ -27,7 +28,7 @@ <p>The SBLIM CIM Client can be configured by a configuration file which follows the Java properties approach. So, <code>key = value</code> entries can be used to define values for the several properties. The file name of the configuration file is <code>cim.defaults</code>. Also an alternative file name is recognized. This is <code>cimclient.properties</code>. Be sure, that the directory, where the configuration file is stored, is part of your <code>CLASSPATH</code> environment variable. </p> -<p>To be compliant with the rpm package structure defined by the JPackage project, another file name is recognized. This is <code>/etc/java/sblim-cim-client.properties</code>. But this is only supported on Linux machines. +<p>To be compliant with the rpm package structure defined by the JPackage project, another file name is recognized. This is <code>/etc/java/sblim-cim-client.properties</code>. But this is only supported on Linux and AIX machines. </p> <p>The search order is defined by the following numbering: <ul><li><code>/etc/java/sblim-cim-client.properties</code></li> |