Commit 69a7f5da authored by Diego Convers's avatar Diego Convers

Update index.jsp

parent b7c07e1f
...@@ -14,5 +14,7 @@ ...@@ -14,5 +14,7 @@
<body> <body>
<h1>Hello World!</h1> <h1>Hello World!</h1>
<p>Server host name is: <b><%=request.getServerName() %></b></p> <p>Server host name is: <b><%=request.getServerName() %></b></p>
<p>Server host ip is: <b><%=request.getLocalAddr() %></b></p>
</body> </body>
</html> </html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment