The Run panel of the Project Properties dialog box lets you configure options for deploying your project. You can open the Project Properties dialog box from the Projects window by right-clicking a main project node and choosing Properties. Then, in the Categories list on the left side, select the Run node.
You can set the following properties:
http://hostname:port/context
.
For example, with the property value set to /HelloWeb
, you access the web application
at http://hostname:port/HelloWeb/
.