-
- configure machine
- The administration server uses the machine definition with the node manager application to start remote weblogic server instances
- is a computer that hosts weblogic server(s)
- configure managed server
- Creating a boot identity file
- Create a file called boot.properties located in the <DOMAIN_HOME>\servers\srvername\security directory contaning two lines:
- - username=username
- - password=password
- The username must be belongs to a role that has permission to start a server. Save the text file as boot.properties
- Boot.properties is created automatically for the Admin Server in dev mode, and in production mode, we have to create the file and place it in the admin sever's \sercurity subdirectory manully.
- The first time you start the server, the server reads the Boot identity file and overwrites it with an encrypted version of the username and password
- Thereafter, the sever will remember your identity for the subsequent startup cycles.
- Create a file called boot.properties located in the <DOMAIN_HOME>\servers\srvername\security directory contaning two lines:
- Managed server(s) can be configured using:
- Domain configuration wizard
- Administration consosle
- Command Line (WLST)
- Managed server
- using startManager to start managed server
- setDomainEnv.cmd
- start startManagedWeblogicserver.cmd <server name>
- using startManager to start managed server
- Managed Machine
- target a server to a machine
- sever/bin/startnodemanager.cmd 127.0.0.0 5555
- but, we have a new file 'notemanager.host for the master machine in the remote managed server
- Creating a boot identity file
- publish application
- learn to view the log file
- use sample domain: wl_server
本文详细介绍了如何配置WebLogic服务器,包括主机定义、管理服务器配置、启动身份文件创建及应用发布等步骤。
1万+

被折叠的 条评论
为什么被折叠?



