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:
- Install the following file onto the device:
<DB2 Everyplace>\SDK\JSP\WinCE\DB2eJSP.CAB
- Verify that your device is set up to use DB2 Everyplace JSP support by
running the Visiting Nurse sample JSP application:
- 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.
- Start the mini HTTP Web server:
- Open a File Explorer.
- Navigate to the root directory.
- Click the MiniHttpServer shortcut.
- 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.