[jcifs] JCIFS with Windows Vista / IE 7

jbaker-jcifs at javasystemsolutions.com jbaker-jcifs at javasystemsolutions.com
Wed Aug 30 12:04:31 GMT 2006


Hello,

I got that error too! Have you tried using the username/password 
properties? I.e.:


        <init-param>
            <param-name>jcifs.smb.client.username</param-name>
            <param-value>jcifsAccount</param-value>
        </init-param>

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



John



-- 
John Baker, Java System Solutions.
http://www.javasystemsolutions.com


More information about the jcifs mailing list