Procedure
- Transfer the application to the device.
- If necessary, configure the MiniHttpConfig.properties file for the Symbian device.
- Start the mini HTTP Web server:
- Go to the Extras screen on the device.
- Start the DB2eJSP application.
- 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,
do a soft reset.
Related tasks
Related reference