raghvandran,
weblogic 6.0 has an inbuilt tree structure similar to ibm websphere (which
is different) but , in order to run ur servlet in your specified domain i
have to register your servlet in the web.xml file which is present in the
WEB-INF , i am talking about weblogic version 6.0,register ur servlet in
that and change the name of ur mydomain and put it in the classpath....i.e.
web.xml file and u can see ur servlet running with no exceptions..
raju
> ----------
> From: Raghavendran_c[SMTP:[EMAIL PROTECTED]]
> Reply To: A mailing list for discussion about Sun Microsystem's Java
> Servlet API Technology.
> Sent: Tuesday, March 20, 2001 2:50 AM
> To: [EMAIL PROTECTED]
> Subject: Re: weblogic question
>
> These exceptions could be thrown by the Weblogic Console iteself..
> actually...weblogic uses an in-built servlet to deploy the user defined
> servlets.
> since this servlet also has a UI it could have produced the IOException.
>
> Please correct me if I am wrong.
>
> Regards
> Raga
>
> -----Original Message-----
> From: Shivashankar Krishnan [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, March 20, 2001 12:46 PM
> To: [EMAIL PROTECTED]
> Subject: weblogic question
>
>
> When a servlet is deployed the weblogic console throws
> a series of exceptions as given below : however the
> servlet runs properly. Can anyone tell me what's
> happening and the solution for it???
>
>
> Mon Mar 19 21:04:29 GMT+05:30 2001:<E> <HTTP> Servlet
> request terminated with IOException:
> java.net.ProtocolException: Didn't meet stated
> Content-Length, wrote: '4096' bytes instead of stated:
> '8736' bytes.
> at
> weblogic.servlet.internal.ServletOutputStreamImpl.finish(ServletOutputStre
> am
> Impl.java,
> Compiled Code)
> at
> weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletConte
> xt
> Manager.java,
> Compiled Code)
> at
> weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java,
> Compiled Code)
> at
> weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java,
> Compiled Code)
> at
> weblogic.kernel.ExecuteThread.run(ExecuteThread.java,
> Compiled Code)
>
> Mon Mar 19 21:04:34 GMT+05:30 2001:<E>
> <ServletContext-General> Servlet failed with Exception
> java.net.SocketException: socket write error
> (code=10053)
> at java.net.SocketOutputStream.socketWrite(Native
> Method)
> at
> java.net.SocketOutputStream.write(SocketOutputStream.java,
> Compiled Code)
> at
> weblogic.servlet.internal.ChunkUtils.writeChunks(ChunkUtils.java,
> Compiled Code)
> at
> weblogic.servlet.internal.ServletOutputStreamImpl.flush(ServletOutputStrea
> mI
> mpl.java,
> Compiled Code)
> at
> weblogic.servlet.internal.ServletOutputStreamImpl.writeStream(ServletOutpu
> tS
> treamImpl.java,
> Compiled Code)
> at
> weblogic.servlet.FileServlet.sendFile(FileServlet.java,
> Compiled Code)
> at
> weblogic.servlet.FileServlet.service(FileServlet.java,
> Compiled Code)
> at
> javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
> at
> weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.ja
> va
> ,
> Compiled Code)
> at
> weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextI
> mp
> l.java,
> Compiled Code)
> at
> weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextI
> mp
> l.java,
> Compiled Code)
> at
> weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletConte
> xt
> Manager.java,
> Compiled Code)
> at
> weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java,
> Compiled Code)
> at
> weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java,
> Compiled Code)
> at
> weblogic.kernel.ExecuteThread.run(ExecuteThread.java,
> Compiled Code)
>
>
> __________________________________________________
> Do You Yahoo!?
> Get email at your own domain with Yahoo! Mail.
> http://personal.mail.yahoo.com/
>
> __________________________________________________________________________
> _
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
> body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>
> __________________________________________________________________________
> _
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
> body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html