Oracle® Web Services Manager Installation Guide 10g (10.1.3.1.0) Part Number B31006-01 |
|
|
View PDF |
Before installing Oracle Web Services Manager, ensure that your computer meets the requirements described in this chapter.
Before you install Oracle Web Services Manager, ensure that the host machine meets the requirements listed in Table 2-1:
Oracle Web Services Manager requires the following software:
Table 2-1 System Requirements
Item | Requirement |
---|---|
Linux:
Windows:
|
|
Ensure that your hostnames are not longer than 255 characters. |
|
Minimum: 300 MHz Intel Pentium processor. Recommended: 1 GHz. |
|
Memory |
At least 512 MB |
Hard Disk |
At least 512 MB of free space |
On Windows, NTFS is recommended over FAT32 or FAT file system types because NTFS includes security features such as enforcing permission restrictions on files. |
|
256 color display |
|
Oracle WSM supports the following browsers:
|
To use Oracle WSM with languages other than English on a Windows system, you must have the Unicode fonts. Place the ARIALUNI.TTF
font file in the Fonts
folder on all Windows systems where users plan to use Oracle WSM. On current Windows systems, that folder is C:\WINDOWS\Fonts
.
The following table lists the default ports used by Oracle WSM These ports must be available on all the machines that host Oracle WSM components:
Table 2-2 Oracle WSM Default Port Usage
Port | Installation Type | Description |
---|---|---|
1531 |
Basic |
Embedded Oracle Lite database port |
3115 |
Basic |
Embedded OC4J HTTP request port |
3118 |
Advanced and Basic |
RMI registry port |
3121 |
Basic |
Administration port for the bundled version of OC4J |
3122 |
Basic |
The JMS port |
3123 |
Basic |
The SSL JMS port |
You can change the default ports that Oracle WSM uses by changing the port setting values in Oracle WSM configuration files. If you change a port number, make sure to change it in the configuration file associated with every component instance affected by the change.
To check if a port is being used, you can run the netstat
command on Windows or Linux.
On Windows
Type:
C:\> netstat -an | find "portnum"
Note that you need double-quotes around the port number.
On Linux
Type:
$ netstat -an | grep portnum
For a basic installation on Windows, the account used during installation must have permission to install a service on the host machine. For an Advanced installation on either Windows or Linux, the installation user must be the same user who installed Oracle Application Server.
The operating system user who will be installing Oracle Web Services Manager needs to set (or unset) the following environment variables.
Table 2-3 Environment Variable Summary
Environment variable | Set or Unset |
---|---|
|
Must not be set. |
|
Must not be longer than 1023 characters. |
|
Must not be set. |
|
Optional. If unset, defaults to |
On Linux, verify that the PATH
variable includes the directories that contain chmod
and uname
.