Installing the TCP/IP Message Router for the iWay Application Adapter for PeopleSoft

In this section:

To enable PeopleSoft to send an XML event document to iWay components using TCP/IP, you must install the TCP/IP message router required for your PeopleSoft release.

Note: If you are not using PeopleSoft messages for event handling, you may skip this topic.


Top of page

x
Installing the TCP/IP Target Connector for PeopleSoft Release 8.4

The TCP/IP target connector for PeopleSoft release 8.4 is installed with iWay 6.0 SM. The default location on Windows is:

C:\Program Files\iWay60\etc\misc\peoplesoft\iwpsevent84.jar

On non-Windows systems, use the corresponding location.

If this location does not exist, contact iWay Software for copies of the relevant files.



x
Procedure: How to Install the TCP/IP Target Connector for PeopleSoft Release 8.4

To install the TCP/IP target connector for PeopleSoft Release 8.4:

  1. Extract TCPIPTARGET84.class from iwpsevent84.jar. using an extraction utility appropriate for your platform.
  2. Port TCPIPTARGET84.class to the platform where the PeopleSoft gateway Web server resides.
  3. Place TCPIPTARGET84.class in the PeopleSoft server target connector directory.

    This directory may vary according to your Web or application server.


Top of page

x
Installing the TCP/IP Handler for PeopleSoft Release 8.1

The TCP/IP target connector for PeopleSoft release 8.1 is installed with iWay 6.0 SM. The default location on Windows is:

C:\Program Files\iWay60\etc\misc\peoplesoft\iwpsevent81.jar

On non-Windows systems, use the corresponding location.

If this location does not exist, contact your distributor for copies of the relevant files.



x
Procedure: How to Install the TCP/IP Handler for PeopleSoft 8.1

To install the TCP/IP Handler for PeopleSoft release 8.1:

  1. Port iwpsevent81.jar to the platform where the PeopleSoft gateway Web server resides.
  2. Place iwpsevent81.jar in the servletclasses directory under the PeopleSoft Web server.
  3. Extract the embedded class files.


Example: Installing the TCP/IP Handler on a UNIX System

To install the TCP/IP handler for PeopleSoft release 8.1 on a UNIX system:

  1. Log on to the UNIX system with the proper PeopleSoft ID and permissions.
  2. Navigate to the PeopleSoft Web servlets directory.

    This directory may vary by release and by Web server, but usually is:

    $PS_HOME/webserv/servletclasses
  3. To extract the class files required by PeopleSoft, issue the JAR command, for example:
    jar -xvf /tmp/iwpsevent81.jar

The following output appears on a Sun/Solaris system:

$ jar -xvf /tmp/iwpsevent81.jar
created: META-INF/
extracted: META-INF/MANIFEST.MF
extracted: psft/pt8/tcphandler/TCPIPHandler81$Entry.class
extracted:
psft/pt8/tcphandler/TCPIPHandler81$HandlerEntry.class
extracted:
psft/pt8/tcphandler/TCPIPHandler81$PublicationHandler.class
extracted: psft/pt8/tcphandler/TCPIPHandler81.class
$

Note: The files are placed in a new directory, tcphandler, under psft/pt8.


iWay Software