Installing Weblogic As A Windows Service; Deploying Cca Web Applications On Weblogic - Oracle Contact Center Anywhere 8.1 Installation Manual

Table of Contents

Advertisement

Configuring the Web Server

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
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.
42
Contact Center Anywhere Installation Guide Version 8.1
Deploying CCA Web Applications on WebLogic 8.1 SP5
section.

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Contact Center Anywhere 8.1 and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

Table of Contents