Running a JSP application on a Symbian OS Version 6 device

Procedure

  1. Transfer the application to the device.
  2. If necessary, configure the MiniHttpConfig.properties file for the Symbian device.
  3. Start the mini HTTP Web server:
    1. Go to the Extras screen on the device.
    2. Start the DB2eJSP application.
  4. 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.
  5. To stop the mini HTTP Web server when you are done running the JSP application, do a soft reset.

Related tasks

Related reference