QuickStart Instructions for Rocket PASSPORT WEB TO HOST on BEA WebLogic Application Server

Background Information

As a Microsoft-based application, PASSPORT WEB TO HOST was originally designed to be deployed from the Microsoft Windows platform running IIS (Internet Information Server). However, since its introduction, many of our customers have expressed a desire to deploy to other platforms. PASSPORT WEB TO HOST can now be deployed from any web server that can deploy Java servlets like BEA WebLogic.

PASSPORT WEB TO HOST EAR file

PASSPORT WEB TO HOST is packaged as an Enterprise Application Archive file (EAR) file and it must run out of an expanded directory structure. An EAR is a zipped file so the contents can be expanded using a product such as WinZip. Our EAR file includes a Web Archive (WAR) file that contains all the PASSPORT installation files so if you prefer to work directly with it then you may do so. Different application servers have different functionality with regard to deployment and expanded directory structure as discussed below:

1. Check your system requirements

Before installing PASSPORT WEB TO HOST, make sure that your web server meets the following system requirements. If these requirements are not met, you may have unpredictable results.

2. Extract the PASSPORT WEB TO HOST EAR file and transfer the contents to your BEA WebLogic server

Note: If you’re upgrading to a newer version of PASSPORT, it is very important to follow these instructions to preserve your PASSPORT configuration files.

3. Start the web server administrative console to configure a new web application

Note: When creating a new web application, the application entry below gets added to your web.xml file. Depending on your web server, you may have to manually add this entry into the web.xml (refer to your server documentation).

<Application Name="passweb" Path=".\config\mydomain\applications">

<WebAppComponent Name="passweb" Targets="myserver" URI="passweb"/>

</Application>

4. Starting the PASSPORT WEB TO HOST administrator website and configuration program

5. Configuring and Testing Sessions