The Disposition Sweep tool supports several EJB protocols
(iiop, t3, jnp), in addition to the default WSI protocols (http, https),
for communicating with the IBM® FileNet® Content Engine or Content Platform Engine.
About this task
The
Connection menu on the
Disposition
Sweep Configuration page allows the selection of one of
the WSI protocols or one of the EJB protocols. By default, the
Connection field
displays the WSI protocols. If you want the EJB protocols to be displayed,
the
IBM Enterprise
Records Sweep batch
file (
RecordsManagerSweep.bat for Windows or
RecordsManagerSweep.sh for
AIX, HP-UX, Linux, and Solaris), must be modified. This modification
does not apply to
IBM Enterprise
Records Hold
Sweep.
Procedure
To modify the Disposition Sweep tool so that it displays
EJB protocols when configuring disposition sweep:
- Log on to the server where you installed the IBM Enterprise
Records Sweep tool with Administrator
privileges.
- Open the RecordsManagerSweep.bat (Windows)
or the RecordsManagerSweep.sh (AIX, HP-UX, Linux,
and Solaris) file with your preferred text editor.
- Set the CONNECTION_TYPE variable to EJB. WSI is the default. If anything other than EJB or WSI is
entered, WSI is assumed. For example:
set
CONNECTION_TYPE=EJB (Windows)
CONNECTION_TYPE-EJB (AIX,
HP-UX, Linux, and Solaris)
- Set the APP_SERVER variable to your application server
type; either WebSphere, WebLogic,
or JBoss. For example:
set
APP_SERVER=WebShere (Windows)
APP_SERVER=WebLogic (AIX,
HP-UX, Linux, and Solaris)
- If you have a WebSphere® Application
Server,
make the following additional changes:
- Set the WS_DIR variable to your WebSphere Application
Server or WebSphere Client installation directory.
set WS_DIR=C:\Program Files\IBM\WebSphere\AppServer (Windows)
WS_DIR=/opt/IBM/WebShere/AppServer (AIX,
HP-UX, Linux, and Solaris)
- Set the NAMING_PROVIDER_URL to the URL for your Content Engine or Content Platform Engine. set
NAMING_PROVIDER_URL=iiop://CE Server:port# where:
- CE Server is the name of your Content Engine or Content Platform Engine server.
- iiop is the default protocol used. Specify
the protocol that your Content Engine or Content Platform Engine server is using.
- 2809 is the default port. Specify the port
number used by your Content Engine or Content Platform Engine server.
- For the CORBA_CONFIGURL, ensure that the path to the sas.client.props file
is correct. In particular, be sure that the default AppSrv01
folder is correct. If not, change it to match your WebSphere installation.
- If you have a WebLogic Server 9
or earlier, make the following additional changes:
- Copy the weblogic.jar file from
the WebLogic install path/lib folder
to the RM install path/RecordsManagerSweep/lib folder.
- Uncomment the line:
REM set
CLASS_PATH=%CLASS_PATH%;lib/weblogic.jar (Windows)
#
CLASS_PATH=“$CLASS_PATH”:lib/weblogic.jar (AIX, HP-UX, Linux,
and Solaris)
- Uncomment or comment other lines as necessary to use
one of the various JRE levels.
- If you have a WebLogic Server 10
or later, make the following additional changes:
- Copy the wlfullclient.jar file
from the WebLogic install path/lib folder
to the RM install path/RecordsManagerSweep/lib folder.
- Uncomment the line:
REM set
CLASS_PATH=%CLASS_PATH%;lib/wlfullclient.jar (Windows)
#
CLASS_PATH=“$CLASS_PATH”:lib/wlfullclient.jar (AIX, HP-UX,
Linux, and Solaris)
- Uncomment or comment other lines as necessary to use
various JRE levels.
- If you have a JBoss Application Server,
make the following additional changes:
- Copy the jbossall-client.jar file
from the JBoss install path/client folder
to the RM install path/RecordsManagerSweep/lib folder.
- Uncomment the line:
REM set
CLASS_PATH=%CLASS_PATH%;lib/jbossall-client.jar (Windows)
#
CLASS_PATH=“$CLASS_PATH”:lib/jbossall-client.jar (AIX, HP-UX,
Linux, and Solaris)
- Change other lines as necessary to use one of the various
JRE levels.
What to do next
To modify the
Records Manager Disposition Sweep
Configuration user interface so it displays WSI protocols
again, reset the CONNECTION_TYPE variable to
WSI.