> 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