Create and configure the servlet engine for your wireless network.
The following tasks will help you set up an ASF Tomcat servlet engine for HTTP Server (powered by Apache) to run iSeries™ Navigator for Wireless:
Before you begin, you must have QSECOFR authority and the following installed:
Running the following command will add the iSeries Navigator for Wireless servlet to the Apache Software Foundation Jakarta Tomcat servlet engine. It will also set up an IBM HTTP server (powered by Apache) named <HTTPInstanceName> that listens for requests on port <port number>. Items in [brackets] are optional, and if you do not specify a value, a default value will be used. Replace items in <italics> with your own information:
CALL QSYSDIR/QYPVSETUP '-tomcat [-httpinstance <HTTPInstanceName>] [-port <port number>][-javaversion <java version>]'
The parameters in the command above are defined as follows:
ASF Tomcat runs 'in process'; this means that it starts and ends when the HTTP server starts and ends. After you run the above command and setup is complete, you need to start the HTTP Server by running the following command:
STRTCPSVR SERVER(*HTTP) HTTPSVR(<HTTPInstanceName>)
Now that you have finished setting up your web application server, you can continue to configure your wireless environment.
For more information about ASF Jakarta Tomcat, go to http://jakarta.apache.org/tomcat/index.html.