|
Q. 서버를 기동시키기 위한 사용자 정보를 어떻게 제공해야 하는가?
A. 도메인을 생성할때 구성마법사는 초기 관리자에 대한 username 와 password 정보를 제공하게끔 합니다. 개발모드로 도메인을 생성한다면 마법사는 암호화된 username 과 암호를 boot.identity 파일에 저장하게 됩니다. 웹로직 서버인스턴스는 기동시에 boot.identity 파일을 참조 하게 됩니다. 만일 서버 인스턴스가 해당 파일을 찾지 못하면 입력을 요청하는 프롬프트가 나오게 됩니다.
운영모드로 도메인을 생성하거나 기존의 boot.identity 의 유저 정보를 변경하고자 한다면, 새롭게 boot.identity 파알을 생성할 수 있습니다. WebLogic Server does not support copying a boot identity file from one server root directory to another. For information on creating and using boot identity files, see Boot Identity Files in Administration Console Online Help.
Q. Can I start a Managed Server if the Administration Server is unavailable?
A. By default, if a Managed Server is unable to connect to the specified Administration Server during startup, it can retrieve its configuration by reading a configuration file and other files directly. You cannot change the server's configuration until the Administration Server is available. A Managed Server that starts in this way is running in Managed Server Independence mode. For more information, see Starting a Managed Server When the Administration Server Is Not Accessible in Configuring and Managing WebLogic Server.
Q. What is the easiest way to set the classpath?
WebLogic Server installs the following script that you can use to set the classpath that a server requires: WL_HOME
\server\bin\setWLSEnv.cmd
(on Windows) WL_HOME
/server/bin/setWLSEnv.sh
(on UNIX)
where WL_HOME
is the directory in which you installed WebLogic Server. For more information, see "Setting the Classpath" in the WebLogic Server Command Reference.
Q. How do I edit the config.xml
file?
A. The persistent configuration for a domain of WebLogic Servers and clusters is stored in an XML configuration file (config.xml
). You can modify this file in the following ways:
weblogic.Admin
utility. See "weblogic.Admin Command-Line Reference" in the .
config.xml
file directly (not recommended), see the BEA WebLogic Server Configuration Reference.Q. Is there a quick way to create and start a remote Managed Server?
A. The recommended approach is to use the Domain Configuration Wizard, as described in "Setting Up and Starting Managed Servers on a Remote Machine" in Creating WebLogic Configurations Using the Configuration Wizard at http://e-docs.bea.com/platform/docs81/confgwiz/multi.html
.
For a streamlined approach, follow the instructions at "Starting Managed Servers From a WebLogic Server Script" in the Administration Console Online Help.
Q. The Tree View pane of the WebLogic Console is not visible in my browser. How do I enable it?
A. Enable the Sun Java Plug-In from the control panel.