This figure breaks down a URL, and show its various components. It shows that the protocol is called http://, the domain is Oratest, the port is number 8088 (after a separating colon), the servlet context virtual path is /ose, which follows the first forward slash after the port number, the servlet virtual path is /simpleServlet, and there is also a query string, with the value "x=12345" after the servlet virtual path.