Hi, i've started tomcat run. when i point my browser to http://vader.ics.uci.edu:19000 i get a message in the window where tomcat is running. so obviously tomcat is detecting something, but it's generating this error: ContextManager: Error reading request, ignored - java.lang .NullPointerException at org.apache.tomcat.service.http.HttpConnectionHandler.processConnectio n(HttpConnectionHandler.java, Compiled Code) at org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.j ava, Compiled Code) at java.lang.Thread.run(Thread.java, Compiled Code) On Mon, 21 May 2001, Michael Wentzel wrote: > > i tried that...status quo > > > > On Mon, 21 May 2001, Gilles Laborderie wrote: > > > > > Try to point your browser to > > > > > > http://vader.ics.uci.edu:19000/examples/jsp/source.jsp > > Start from the bottom up. Get it working for > http://vader.ics.uci.edu:19000/ first so you know if > tomcat is running at all first. Then try some of the > core example jsp. Then and only then should you try your > pages. > > Another way of checking to see if tomcat is listening for > http request on port 19000(any particular reason for such > an extreme port selection?) is to telnet to the machine on > port 19000 then do a simple command line HTTP GET request > and see what comes back. > > Sounds like tomcat isn't running though. Make sure nothing > is using this port already and use tomcat run instead of > tomcat start(if that should be your case) so you can view > things as they are happening. > > Just a few starting points. > > > --- > Michael Wentzel > Software Developer > Software As We Think - http://www.aswethink.com >
RE: error reading request --please help
Vasanth Krishnan Venkatachalam Mon, 21 May 2001 15:39:55 -0700
- error reading request --please help Vasanth Krishnan Venkatachalam
- RE: error reading request --please hel... Gilles Laborderie
- RE: error reading request --please... Vasanth Krishnan Venkatachalam
- Class, Bean Directory Structure Jon Shoberg
- AW: Class, Bean Directory Stru... Thomas Bezdicek
- RE: error reading request --please hel... Michael Wentzel
- RE: error reading request --please... Vasanth Krishnan Venkatachalam
- RE: error reading request --pl... Vasanth Krishnan Venkatachalam
- Re: error reading request ... Gordon Jones
- Re: error reading req... Vasanth Krishnan Venkatachalam
- JSP requires tools.jar in JDK 1.3? Wai-Yip Tung
- Re: JSP requires tools.jar in ... egcs12md
- Re: JSP requires tools.jar... Valeriy Molyakov