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
> 

Reply via email to