[jcifs] JCIFS 1.2.9, IE 6, WinXP (client) and Weblogic Server.

Daniel H A Lima email_daniel_h at yahoo.com.br
Wed Jul 5 14:11:35 GMT 2006


Hi everybody.

I'm facing a little problem with jcifs and i don't
know where start to search a solution. I'll appreciate
any help.

I have three different environments (hosts) to run my
Weblogic Server. All these are inside the same
intranet. I'm using the same NtlmHttpFilter
configuration for all hosts, but jcifs is holding
different from one of them.
 
For application deployed in one of this environment,
IE is anoying me with its "authentication window". For
no reason at all, IE seems to "forget" authentication
data and starts the anoying process. To open a popup
window seems to be the worst action.

I really don't know if the problem is IE, the intranet
DC, jcifs configuration, jcifs or any combination of
them. I'm sending a modified version of jcifs
configuration. I would appreciate any help.

Thanks.

    <filter>
        <filter-name>NtlmHttpFilter</filter-name>
       
<filter-class>jcifs.http.NtlmHttpFilter</filter-class>
        <init-param>
          
<param-name>jcifs.smb.client.domain</param-name>
           <param-value>MyDomain</param-value>
        </init-param>
        <init-param>
           <param-name>jcifs.netbios.wins</param-name>
          
<param-value>10.1.3.90,10.11.3.2</param-value>
        </init-param>
        <init-param>
           
<param-name>jcifs.smb.client.attrExpirationPeriod</param-name>
            <param-value>15000</param-value>
        </init-param>
        <init-param>
           
<param-name>jcifs.smb.client.responseTimeout</param-name>
            <param-value>20000</param-value>
        </init-param>
        <init-param>
           
<param-name>jcifs.smb.client.soTimeout</param-name>
            <param-value>300000</param-value>
        </init-param>	
        <init-param>
           
<param-name>jcifs.util.loglevel</param-name>
            <param-value>3</param-value>
        </init-param>
        <init-param>
           
<param-name>jcifs.netbios.cachePolicy</param-name>
            <param-value>0</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>
        <init-param>
           
<param-name>jcifs.http.insecureBasic</param-name>
            <param-value>true</param-value>
        </init-param>        
    </filter>




		
_______________________________________________________ 
Abra sua conta no Yahoo! Mail: 1GB de espaço, alertas de e-mail no celular e anti-spam realmente eficaz. 
http://mail.yahoo.com.br/


More information about the jcifs mailing list