...
When Jetty starts it deploys a test web application on port 8080 (or whatever port you specified). To see check if Jetty is running properly , navigate to the test URL from a browser navigate to. For example:
...
...
...
...
...
...
Note: if If you started Jetty on another host, substitute that host name for localhost. If you used a different port number you will also have need to change 8080 to the correct number.
...
To change Jetty's default port, edit the $JETTY_HOME/etc/jetty.xml and change the port number in this line, then start Jetty:
...