| | |
|
|
|
HTTP configuration
HTTP is the main method through which applications receive requests. You can configure HTTP settings for individual applications. By default, the HTTP protocol uses port 8080 for each application. To override this default, use the following steps to enter a new port number:
- Open the
<apphome>/config/zero.config file in your favorite text editor.
- Add a
/config/http port entry in the <apphome>/config/zero.config file, or edit if it already exists, as shown in the following example:
/config/http/port=8081
After starting the application you just configured, you can access it over HTTP using the new port. For example, if you used port 8081 in the configuration file for an application called myApp you can access your application using:
http://localhost:8081/
|
|
r11 - 09 Feb 2008 - 03:38:26 - madhu
|
|
|
| | |