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 (common for x86 and x64 platforms). Unpacking and setting up process depends on the Java version in use.

By default, the web application is installed at the path:

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

Where:

Then specify web application settings.

NOTE. Advanced settings of a Java web application are determined in the file web.xml 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:

See also:

System Requirements for Web Application Server | Installing Web Application on Linux OS | Installing Oracle Java