You are on page 1of 40

WMS CONFIGURATION

Step 1
Install Java Development Kit (JDK) 1.5.17

Set environment Vaiables


Path
%JAVA_HOME%\bin
JAVA_HOME
C:\Program Files\Java\jdk1.6.0_01

Step 2

: Oracle Installation

Step 3

: Oracle Patch Installation

Stop oracle related service

Run setup.exe

Click next

Assign name and path same as previous. It must be same.

Click install

Installation will start.

Step 4

: Environment Variable Setting

%ORACLE_HOME%\Opatch;

%JAVA_HOME%\bin

Step 5

[add beginning of the variable value ]

: Listener Setting

Enter Command : LSNRCTL

START

Step 6

: Firewall Setting

Add the following programs path


java.exe
C:\Program Files\Java\jdk1.5.0_17\bin\java.exe
rmiregistry.exe
C:\Program Files\Java\jdk1.5.0_17\bin\rmiregistry.exe
oracle.exe C:\oracle\product\10.2.0\db_1\BIN\oracle.exe
TNSLSNR.exe
C:\oracle\product\10.2.0\db_1\BIN\TNSLSNR.EXE

Then

Step 7

: Install Internet Information Services

This is used by the RFT to access files from the server.

After install complete

Uncheck Enable Logging check box.

Click on Security Accounts tab


Uncheck Allow IIS to control password option.
Fill out Username and Password fields
ValuesUsername: wms
Password: wms

on Home Directory tab


Enter the following details under FTP Site Directory as shown below.

Values

Local path: C:\mosy\wms\terminal


Read: Check on
Write: Check on
Log visits: Check on

Click Apply and then OK buttons

Reserve port number


Reserve a port number to be used for RMI, SVF, EMF, Tomcat, RFT and WebMos.
This configuration is for the servers only.
1

Add a new registered port number in the Registry.


Select Start > Run. Type regedit, and click OK.

Click the following registry subkey;


HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcp
ip\Parameters

3
4

On the Edit menu, select New and then select Multi String Value.
Type ReservedPorts, and then hit Enter.
Double click the ReservedPorts and type the range of the following
ports.

1099-1099 (For RMIServer)


2500-2500 (For RFT)
8080-8080 (For Web-Mos)
8090-8090 (For Tomcat)
44080-44081 (For SVF/EMF)

Verify that the following entries are added successfully before ending
the Registry Editor.
ReservedPorts REG MULTISZ 1099-1099 2500-2500 8080-8080
8090-8090 44080-44081

Application installation manual completed.

You might also like