BEA WebLogic Server 7 ユーザーズマニュアル

ページ / 146
Converting the weblogic.properties File to XML Files
BEA WebLogic Server 7.0 Upgrade Guide
2-7
Note: The conversion utility described above specifies the Java home location in the 
weblogic.xml
 file. It reads this location using the 
System.getProperty(java.home)
, which means that it will specify the 
Java home location on which WebLogic Server was started for the conversion.
„
It is strongly recommended that you not edit the 
config.xml
 file directly. 
Access the configuration through the Administration Console, a command line 
utility, or programmatically through the configuration API. For details on 
configuring WebLogic Server Web Components, see 
 in the
 
Administration Guide.
„
Security properties are stored in the 
fileRealm.properties
 file located in 
domain
. For information about using a security realms in WebLogic Server 7.0, 
„
The 
weblogic.common.ConfigServicesDef
 API, which provided methods to 
get properties out of the 
weblogic.properties
 file, has been removed from 
this version.
For more procedures for converting your 
weblogic.properties
 file, see the 
 documentation.
For a list of which 
config.xml, web.xml, or weblogic.xml
 attribute handles the 
function formerly performed by 
weblogic.properties
The startup scripts, which are generated when a 
weblogic.properties
 file is 
converted, are named:
z
startdomainName.cmd
 (for Windows users) 
z
startdomainName.sh
 (for UNIX users) 
where 
domainName
 is the name of your 
domain
 directory.
These scripts exist under the 
domain
 directory in your WebLogic Server 7.0 
distribution and start the administration server in the new domain.
See 
 in the Administration Guide for more 
information on scripts and starting servers.