[jcifs] Socket Exception

Pitre, Russell RPITRE at shawmut.com
Wed Sep 17 00:58:12 EST 2003


Hello All.....

 

I am developing a web app with NTLM authentication....I have set up a
filter (the web.xml portion is below)...Also, using this with
jboss-3.2.1_tomcat-4.1.24 ...Authentication is working as I can use
request.getRemoteUser() to retrieve the username ....But, I'm receiving
the following error......Can someone please give me some direction to
resolve this issue?  Should I be concerned with this?

 

 

ERROR:

 

java.net.SocketException: Connection reset by peer: JVM_recv in socket
input stream read

 

 

WEB.XML:

 

        <filter-name>NTLM HTTP Authentication Filter</filter-name>

        <filter-class>jcifs.http.NtlmHttpFilter</filter-class>

 

                        <init-param>

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

            <param-value>172.20.95.14</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.netbios.wins</param-name>

            <param-value>172.20.95.14</param-value>

        </init-param>

        <init-param>

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

            <param-value>172.20.95.255</param-value>

        </init-param>

 

    </filter>

 

            <filter-mapping>

        <filter-name>NTLM HTTP Authentication Filter</filter-name>

        <url-pattern>/*</url-pattern>

    </filter-mapping>

 

 

Thanx in advance......

 

 

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


More information about the jcifs mailing list