what is the corressponding expression for getting ip adress of server, as ${pageContext.request.serverName} is for getting the server name
I ve got an index.jsp with [snip] <% String name = request.getParameter("name"); String pass = request.getParameter("pass"); String globalname = "webeng"; String globalpass = "2009"; ...