welcome.jsp
Created with JBuilder
<%@ include file="Header.jsp" %>
<html>
  <head>
    <title>Ldap Authentication</title>
  </head>
<body>
<p><img src="logo.gif"></img></p>
<hr>
Welcome to the LDAP Authentication sample web application.
<p>
<div align="center">
<a id="InitLDAP" href="controller"><font face="Arial"><h3>Enter</h3></font></a>
</div>
<%@ include file="Footer.jsp" %>


welcome.jsp
Created with JBuilder