Um, is there a question in there somewhere? Is this about using the Windows form control (which I believe is a .Net thing for which you probably won't get much help in a Java forum), or about using LDAP? Where does Tomcat fit in?
Hi my requirement is related with java. we are able to authenticate login using LDAP authentication by configuring in realm properties in Tomcat server.xml.
We get a popup for login Screen using j_security_check(authentication done by LDAP), similarly we need this change password functionality to prompt a windows popup. Can anyone provide a sample code for this.