Você está na página 1de 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 [add beginning of the variable value ]

Step 5 : 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
Values Username: 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 Web-Mos.
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.
2) Click the following registry subkey;
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
3) On the Edit menu, select New and then select Multi String Value.
4) 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)
 
5) 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.

Você também pode gostar