...
When Jetty starts it deploys a test web application on port 8080 (or whatever port you specified). To check if Jetty is running properly navigate to the test URL from a browser. For example:
| Panel | ||||
|---|---|---|---|---|
| ||||
...
Note: If you started Jetty on another host, substitute that host name for localhost. If you used a different port number you will also need to change 8080 to the correct number.
...