In this article we will explore the ways to implementation of LDAP (Lightweight Directory Access Protocol) authentication in Tomcat as well as JBoss server.First let us see briefly what LDAP is.Introduction to LDAPFollowing is what Wikipedia has to say about LDAP:The Lightweight Directory Access Protocol, or LDAP is an application protocol for querying and modifying directory services running over TCP/IP.A directory is a set of ...
Recently, I was running one of the application on JBoss server. Now I was able to access it using http://localhost:8080/myapp. But I was not able to access the application if I try to use my machine name or IP address instead of localhost in JBoss server. I am using JBoss 4.2.3 version.I searched the internet and found this solution.JBoss version 4.2.0.GA always bound to the ...