Running a JSP application on a Windows CE device

Procedure

To run a JSP application on a Windows CE device:

  1. Transfer the application to your device.
  2. If necessary, 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.
  3. If necessary, configure the MiniHttpConfig.properties file for the Windows CE device.
  4. Start the mini HTTP Web server:
    1. Open a File Explorer.
    2. Navigate to the root directory.
    3. Click the MiniHttpServer shortcut.
  5. Open a Web browser and enter the URL to start your JSP application. For example, if the start page of your application is start.jsp, type http://localhost/start.jsp. If you configured the Port property in the MiniHttpConfig.properties file, type http://localhost:Port/start.jsp instead, where Port is the specified port number.
  6. To stop the mini HTTP Web server when you are done running the JSP application:
    1. Go to the J9 console window.
    2. Click File --> Close.

Related tasks

Related reference