Installing Web Application Back End on Java

Perform installation under the user who has local administrator permissions.

A web application back end is installed to the Java web server (servlet container) using the pp.war special archive of web application. Unpacking and setting up process depends on the Java version in use.

By default, the web application is installed at:

http://<workstation>:<port>/pp

Where:

Then specify web application settings.

NOTE. Advanced settings of a Java web application are determined in the web.xml file stored at S\pp\WEB-INF (where "S" is a path to the folder with installed web application). Used parameters are described in documentation for Servlet 2.5 specification.

Examples of installing web application back end on Apache Tomcat web server are given below:

TIP. To access the web application, see the Opening Web Application article.

See also:

System Requirements for Web Application Server | Installing BI Server on Linux OS