Hi,
I  have tried this configuration in weblogic.properties files
weblogic.httpd.session.enable=true
weblogic.httpd.session.timeoutSecs=120

I have get this error  socket
java.net.SocketException: socket write error (code=10053)
        at java.net.SocketOutputStream.socketWrite(Native Method)
        at java.net.SocketOutputStream.write(SocketOutputStream.java:87)
        at weblogic.servlet.internal.ChunkUtils.writeChunks(ChunkUtils.java,
Compiled Code)
        at
weblogic.servlet.internal.ServletOutputStreamImpl.flush(ServletOutputStreamI
mpl.java, Compiled
        at
weblogic.servlet.internal.ServletOutputStreamImpl.writeStream(ServletOutputS
treamImpl.java, Co
        at weblogic.servlet.FileServlet.sendFile(FileServlet.java:199)
        at weblogic.servlet.FileServlet.service(FileServlet.java:56)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
        at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
:105)
        at
weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
l.java:742)
        at
weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
l.java:686)
        at
weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContext
Manager.java:247)
        at
weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:361)
        at
weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:261)
        at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
Code)

Tahnks for  help

Martin
----- Original Message -----
From: Girish Sahu <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, October 30, 2000 6:14 PM
Subject: Re: SOCKET PROBLEME IN weblogic5.1


> Try configuring WebLogic's session tracking in weblogic.properties file
>
> weblogic.httpd.session.enable=true
>
> weblogic.httpd.session.timeoutSecs=x
> Sets how long WebLogic waits before timing out a session, where x is the
> number of seconds between a session's activity.
>
>
> -----Original Message-----
> From: A mailing list about Java Server Pages specification and reference
> [mailto:[EMAIL PROTECTED]]On Behalf Of Martin Nwalal
> Sent: Monday, October 30, 2000 11:54 AM
> To: [EMAIL PROTECTED]
> Subject: SOCKET PROBLEME IN weblogic5.1
>
>
> Hi all,
> I try  to get URLConnection socket but I have this error:
> lun. oct. 30 17:42:21 GMT+01:00 2000:<W> <ListenThread> Connection
rejected:
> 'Login timed out after: '5000' ms on socket: 'Socket[addr=localho
> 1,port=1951,localport=7001]''
>
> Can somebody tell how we increase the login time out in weblogicServer5.1?
>
>
===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
>
===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to