Version 8.3.3
 —  Special Development Topics  —

Application Project Context Root

Each application project can be reached from the web server/servlet engine in the following way:

http://<host>:<port>/<WebAppName>/<ApplicationProjectName>

Taking the project "appxyz" from above and still sticking to the standard installation, the URL looks as follows:

http://localhost:51000/cis/appxyz

Top of page