Installing and verifying JSP support on a Windows CE device

This task is part of the main task of Setting up for JSP development on a Windows CE device. After you complete these steps, return to Setting up for JSP development on a Windows CE device.

Procedure

To install and verify JSP support:

  1. Install the following file onto the device:
    <DB2 Everyplace>\SDK\JSP\WinCE\DB2eJSP.CAB
    
  2. Verify that your device is set up to use DB2 Everyplace JSP support by running the Visiting Nurse sample JSP application:
    1. Optional depending on your JVM: Modify MiniHttpServer.lnk on the device. You need to modify the shortcut if you are using a JVM other than the J9 JVM. The number that the shortcut begins with is the number of characters after the '#' character. The maximum number of characters after the '#' character is 256.
    2. Start the mini HTTP Web server:
      1. Open a File Explorer.
      2. Navigate to the root directory.
      3. Click the MiniHttpServer shortcut.
    3. Open a Web browser to the following URL: http://localhost/VisitingNurse/schedule.jsp

      Alternatively, you can enter the URL http://localhost/ and browse to the VisitingNurse/schedule.jsp page.

If you successfully set up your device to use DB2 Everyplace JSP support, a Visiting Nurse Schedule table appears in the Web browser.

Return to Setting up for JSP development on a Windows CE device.