[jcifs] JCIFS 1.2.0 doesn't connect

Haidl Christoph Christoph.Haidl at oekb.at
Thu Jun 16 14:14:38 GMT 2005


Hi everybody,

jcifs doesn't connect in version 1.2.0
Version 1.1.11 did fine if you didn't connect immediately after startup. In this case connections were refused until you restarted the server. Does anybody know anything about that?

I'm running Tomcat 5.5.9 in a RedHat AS 4 Environment. JDK is 1.4.2_08. JCIFS is configured as a filter in the web.xml (for configuration see attachment)

Thanks in advance

Christoph

-------------- next part --------------
<filter>
    <filter-name>NTLM HTTP Authentication Filter</filter-name>
    <filter-class>jcifs.http.NtlmHttpFilter</filter-class>

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

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

    <init-param>
      <param-name>jcifs.netbios.wins</param-name>
      <param-value>ip1,ip2,ip3</param-value>
    </init-param>

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

    <init-param>
      <param-name>jcifs.http.basicRealm</param-name>
      <param-value>MYREALM</param-value>
    </init-param>

    <init-param>
      <param-name>jcifs.http.enableBasic</param-name>
      <param-value>true</param-value>
    </init-param>
</filter>



More information about the jcifs mailing list