Oracle Audio Technologies 8.1 manual Installing WebLogic as a Windows Service

Models: 8.1

1 54
Download 54 pages 40.08 Kb
Page 44
Image 44

Configuring the Web Server Deploying CCA Web Applications on WebLogic 8.1 SP5

Installing WebLogic as a Windows Service

When installing WebLogic 8.1 on a Windows platform, you can optionally install the WebLogic Server Node Manager as a Windows service. The WebLogic Server Node Manager is used to start and stop managed servers in a domain. After you install the Node Manager as a Windows service, the service is started the next time you reboot the system. You can also manually start the service from the Windows Services control panel. Complete the steps in the following procedure to install WebLogic as a Windows service.

To install WebLogic as a service

1Edit file InstallService.cmd.

This file is located at BEA home directory\user_projects\domains\your_domain_name. For example, C:\bea\user_projects\domains\mydomain.

a Delete "@rem" from the line “@rem set MEM_ARGS=-Xms32m -Xmx200m”.

b Change the settings similar to the following example for a Web server with 1 GB of RAM: -Xms768m -Xmx768m

NOTE: If you have additional RAM, then you can reserve more memory for the service.

2Open a Command Line window (Start > Run, and then type CMD).

3From the Command Prompt, use cd command to navigate to the your domain directory. For example, C:\bea\user_projects\domains\mydomain.

4Run the InstallService.cmd followed by the username and password you used to create the domain in step 7 of Creating a New Server Domain section.

For example: InstallService.cmd weblogic 123456 with weblogic is the username and 123456 is the password.

5Start WebLogic using the Windows Services control panel (The name of the service installed is beasvc_yourdomainname_myserver).

Deploying CCA web applications on WebLogic

Complete the steps in the following sections to deploy CCA web applications on WebLogic.

Configuring listening port of WebLogic domain server and creating domain login user

After we created a WebLogic domain, we can change the listening port of the domain server if we need. By default, port 7001 is used when creating a domain. To deploy CCA web applications, we also need to create a domain user. This user is used by CCA applications to access all domain resources such as connection pool, data source, etc.

42

Contact Center Anywhere Installation Guide Version 8.1

Page 44
Image 44
Oracle Audio Technologies 8.1 manual Installing WebLogic as a Windows Service, Deploying CCA web applications on WebLogic