[jcifs] Need help with jcifs setup

Sabyasachi Mukherjee sabyasachi.mukherjee at ascindia.com
Mon May 29 09:28:15 GMT 2006


I have setup jcifs on my Tomcat 5.0 server. The setup is on a client
machine on a Windows XP network. The web.xml for the application is like
this :

 

<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>domainname</param-value>

            </init-param>

            <init-param>

       <param-name>jcifs.netbios.wins</param-name>

       <param-value>192.168.26.13,192.168.26.12</param-value>

    </init-param>

            <init-param>

        <param-name>jcifs.util.loglevel</param-name>

        <param-value>1</param-value>

    </init-param>

</filter>

 

<filter-mapping

    url-pattern='/*'

    filter-name='NtlmHttpFilter'/>

 

 

When I try to access the example serlvet  from the same machine, I get a
404 error. I cannot see any logs. Which is the default logging location
?  

Am I missing something ? Any help will be appreciated. 

-------------- next part --------------
HTML attachment scrubbed and removed


More information about the jcifs mailing list