portal.jsp 154 Bytes Raw Blame History Permalink 1 2 3 4 5 <% String servername = request.getServerName() ; String sslurl = "https://"+servername +"/login/Login.jsp?logintype=2" ; response.sendRedirect(sslurl); %>