Weblogic Admin Console URL as at :
http://<host>:<7001>/console
To start weblogic admin console :
1. Login Weblogic server
2.Open command prompt with administrator right .
3. <weblogic_server_install_location>\user_
projects\domains\<yourdomain>\bin\startWebLogic.cmd
Creating a boot.properties File for User and Password
<MW_HOME>/user_projects/domains/<your_
domain>/servers/<server_name>/security/boot.properties
username=weblogic
password=welcome1
note: boot.properties has no file extension
To add the WebLogic Admin Console process to Windows Services:
1. Change the directory to:
<MW_HOME>\wlserver_10.3\server\bin
2. Create a CreateWLSSvc.cmd file and add the following lines, where you should
add your own values for the bolded values:
SETLOCAL
set DOMAIN_NAME=E1_Apps
set USERDOMAIN_HOME=C:\Oracle\Middleware\user_projects\domains\E1_Apps
set SERVER_NAME=[AdminServer or Managed Server Name]
set PRODUCTION_MODE=true
set JAVA_VENDOR=Oracle or Sun
set JAVA_HOME=C:\Oracle\JDK_1.7
set JAVA_OPTIONS=-XX:MaxPermSize=350m -Xms32m -Xmx1024m
-Djava.xml.rpc.ServiceFactory=oracle.j2ee.ws.client.ServiceFactoryImpl
call "%USERDOMAIN%\bin\setDomainEnv.cmd"
call "C:\Oracle\Middleware\wlserver_10.3\server\bin\installSvc.cmd"
ENDLOCAL
------------------------------end cmd--------------------------
Adjust the service name in the installSvc.cmd
rem *** Install the service
In the section following the above line, change the bolded values as shown in
this example:
"%WL_HOME%\server\bin\beasvc" -install -svcname:"Oracle WebLogic %DOMAIN_
NAME%_%SERVER_NAME%" -javahome:"%JAVA_HOME%" -execdir:"%USERDOMAIN_HOME%"
-maxconnectretries:"%MAX_CONNECT_RETRIES%" -host:"%HOST%" -port:"%PORT%"
-extrapath:"%EXTRAPATH%" -password:"%WLS_PW%" -cmdline:%CMDLINE%
In the above example, the default service name is changed to Oracle
WebLogic <domain><server>
Note: The JD Edwards EnterpriseOne Server Manager requires that
Node Manager is running in order to start and stop managed servers.
You can start Node Manager as a background process.
To start the Node Manager:
<weblogic_ server_install_location >\user_
projects\domains\<domain_name>\bin\startNodeManager.cmd
or installNodeMgrSvc.cmd
Note: By default the Node Manager is set to listen on port 5556. You
can change the default port in the nodemanager.properties file
that is located in this directory:
Default UserID : weblogic Pass : Welcome1
Note :
10.3.6 is supported on win2008 R2 on E9.1
10.3.4 is supported on win2008 R2
10.3.2 is supported on win2008 Prior R2
http://docs.oracle.com/cd/E24902_01/doc.91/e18840/toc.htm
No comments:
Post a Comment