[jcifs] JCIFS with Windows 2000 client problem

Steve Wardell okapi at yahoo.com
Fri Mar 28 01:03:00 GMT 2008


I am using the latest JCIFS on WebSphere 6.0 in a simple servlet. Websphere is on a 2003 server. It is authenticating against a separate 2003 AD server. The servlet works fine when I connect to it from IE on XP and 2003. However, when I try to connect to it from a 2000 machine running IE6, I have problems. I receive the SSL certificate (not fully valid), but then after I accept I get an IE Server not found or DNS error non-helpful IE message. I can connect to a different servlet on the same server and port that does not use JCIFS or other SSO without problem. I turned up the debugging level and don't seem to see anything in the output or errors logs. When I use Charles web proxy to try to look at the content, I don't seem to see much of interest except a 401 Unauthorized rejection in the response. Any suggestions on how to resolve this? 

My configuration looks like the following (thou I have changed the values from actuals):

        <init-param>

            <param-name>jcifs.http.domainController</param-name>

            <param-value>192.168.1.2</param-value>

        </init-param>

        <init-param>

            <param-name>jcifs.smb.client.domain</param-name>

            <param-value>DOMAIN</param-value>

        </init-param>

        <init-param>

            <param-name>jcifs.smb.client.username</param-name>

            <param-value>username</param-value>

        </init-param>

        <init-param>

            <param-name>jcifs.smb.client.password</param-name>

            <param-value>password</param-value>

        </init-param>

Thanks,
Steve




      ____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ


More information about the jcifs mailing list