Hi
I have created a Java web application to allow users to reset their Active Directory passwords. The application connects via SSL on port 636 as recommended and works fine on my development PC.
When I deployed the app (using Tomcat) onto the production server it reports an error aying it cannot parse the ldaps:// URL.
Does this mean that the Active Directory server is (incorrectly) configured to refuse requests from certain machines? I have been told that the production server is on a different domain (I think) but I do not know a great deal about this side of computing.
Because it works on my PC, I assume the configuration of the AD server or production server is wrong.
Can anybody suggest what I can try to change?
Thanks.
I have created a Java web application to allow users to reset their Active Directory passwords. The application connects via SSL on port 636 as recommended and works fine on my development PC.
When I deployed the app (using Tomcat) onto the production server it reports an error aying it cannot parse the ldaps:// URL.
Does this mean that the Active Directory server is (incorrectly) configured to refuse requests from certain machines? I have been told that the production server is on a different domain (I think) but I do not know a great deal about this side of computing.
Because it works on my PC, I assume the configuration of the AD server or production server is wrong.
Can anybody suggest what I can try to change?
Thanks.