Procedure
To run a JSP
application on a Windows CE device:
- Transfer the application to your device.
- 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.
- If necessary, configure the MiniHttpConfig.properties file for the Windows CE device.
- Start the mini HTTP Web server:
- Open a File Explorer.
- Navigate to the root directory.
- Click the MiniHttpServer shortcut.
- 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.
- To stop the mini HTTP Web server when you are done running the JSP application:
- Go to the J9 console window.
- Click File --> Close.
Related tasks
Related reference