Follow these instructions to check that your WebSphere® MQ
File Transfer Edition Web Gateway application
is deployed correctly.
Before you begin
Before verifying your Web Gateway configuration, you must
follow the instructions to deploy the Web Gateway application. See
Configuring the Web Gateway.
Procedure
- Ensure that you are logged on to the application server
environment with a user ID that has the wmqfte-admin security
role. For more information, see User roles for the Web Gateway.
- In a web browser, type the following URI:
http://host/wmqfte/ivt?logdbschema=FTELOG&webdbschema=FTEWEB
If
you defined a context root for the Web Gateway application other than
the default value of wmqfte, use the following URI:http://host/context_root/ivt?logdbschema=FTELOG&webdbschema=FTEWEB
Note: During
configuration of the Web Gateway, you set up database tables for storing
information about file spaces and transfer history. The Web Gateway
installation verification application assumes that you used the default
values for the database schema names. If you defined database schema
names other than the default values of FTELOG for the transfer history
database and FTEWEB for the file space information database, you must
change the schema names that are specified in the URI. Use the following
query terms to specify the database schema names:
- logdbschema
- Schema name for the transfer history database
- webdbschema
- Schema name for the file space information database
For example, if your transfer history database has
a schema name of MYLOG and your file space information database has
a schema name of MYWEB, use the following URI:
http://host/wmqfte/ivt?logdbschema=MYLOG&webdbschema=MYWEB
For
more information about setting up databases, see
Setting up a database for use with file spaces and
Configuring the database logger for use with the Web Gateway.