URLs of Appeon applications

A typical URL to an application that is deployed to the Appeon Server is similar to this: http://192.0.0.80:8080/appeondemo/, which normally consists of four parts.

Table 33. Appeon Application URL

Application URL

Description

Protocol

Uses "http://" typically. If your Web server is configured as an SSL Web server, use "https://".

IP address or domain name

Uses the IP address or domain name of the Web server. Using localhost listeners in a production environment is not recommended.

HTTP port

(Optional) Specifies the port number that your Web server accepts for HTTP connections.

If several Web servers are running on the same machine, make sure that the port specified is a port of the Appeon Server Web server.

Application name

Specifies the application name. It is the name that you input in the Web Folder field in Application Profiles (For more, see Basic Settings).


When the application URL is run in the Web browser, the appropriate index file will be automatically loaded according to the Web browser type, and you can see the index file name appended to the end of the application URL.