jsp - LDAP Tomcat implementation -


i need implement ladp + tomcat plan described here, have given index.jsp.

i believe user needs give username , password , these compared ldap username , password. me, if login successful, has go mainpage.jsp. normally, have action="\loginaction" , in struts-config.xml, mention success on page mainpage.jsp. here action different. how find mainpage.jsp?

also, i'm confused this:

j_username, j_password, action='<%= response.encodeurl("j_security_check") %>' 


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -