Installing weblogic as a windows service, Deploying cca web applications on weblogic – Oracle Audio Technologies 8.1 User Manual

Page 44

Advertising
background image

Contact Center Anywhere Installation Guide Version 8.1

Configuring the Web Server

Deploying CCA Web Applications on WebLogic 8.1 SP5

42

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

1

Edit 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.

2

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

3

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

4

Run 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.

5

Start 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.

Advertising