Jill Han wrote:
...

Jan 19, 2011 3:29:26 PM org.apache.catalina.realm.JNDIRealm
authenticate
SEVERE: Exception performing authentication
javax.naming.PartialResultException [Root exception is
javax.naming.CommunicationException: DomainDnsZones.emp.alverno.edu:389
[Root exception is java.net.UnknownHostException:
DomainDnsZones.emp.alverno.edu]]

To me, the key seems to be :
UnknownHostException: DomainDnsZones.emp.alverno.edu

The first thing to do, would be to check if that host really exists, AND its name/address conversion can be done from the server where you are running this.

In other words :
- login to the server running Tomcat, in a console window
- enter :
ping DomainDnsZones.emp.alverno.edu

What do you see ?


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to