try http://localhost:8080

-----Original Message-----
From: Stephen Adkins [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 24, 2000 2:13 PM
To: [EMAIL PROTECTED]
Subject: RE: confusion on running Stand alone


Hi,

Are you really entering something like

   http://192.9.2.200:8080/index.html

or are you literally entering

   http://serverip:8080/index.html

?  If you are doing the second, you are misunderstanding that "serverip"
should be replaced with the IP address of your server as in the first
example.


At 05:05 PM 10/24/00 -0400, you wrote:
>Hi
>
>Yeah, weird eh? The browser (IE) tells me "DNS Error or Cannot Find
Server".
>As an aside I'm running apache on Port 80 and it serves up the web pages
>fine (for other websites, NOT the ones Tomcat points to).
>
>I appreciate your help.
>
>> -----Original Message-----
>> From: Ben Souther [mailto:[EMAIL PROTECTED]]
>> Sent: Tuesday, October 24, 2000 5:03 PM
>> To: [EMAIL PROTECTED]
>> Subject: Re: confusion on running Stand alone
>>
>>
>> You're getting DNS errors when you enter the "IP" number?
>>
>>
>>
>> ----- Original Message -----
>> From: Jagannathan, Giri (c) <[EMAIL PROTECTED]>
>> To: <[EMAIL PROTECTED]>
>> Sent: Tuesday, October 24, 2000 4:51 PM
>> Subject: RE: confusion on running Stand alone
>>
>>
>> > jus try accessing http://serverip:8080 without the file
>> index.html!!  It
>> > worked for me..
>> >
>> > -----Original Message-----
>> > From: John Bateman [mailto:[EMAIL PROTECTED]]
>> > Sent: Tuesday, October 24, 2000 4:53 PM
>> > To: Tomcat-User (E-mail)
>> > Subject: confusion on running Stand alone
>> >
>> >
>> > Hi
>> >
>> > I'm a bit confused over all the documentation I've been
>> reading. It tells
>> me
>> > to run the tomcat server in stand alone mode and verify
>> that I can get the
>> > servlets working before I try running it in or out of
>> process with another
>> > webserver.
>> >
>> > This I understand, but I can't seem to find an example on
>> how to verify
>> that
>> > my stand alone configuration works.
>> >
>> > The tomcat seems to start fine and when I telnet to the IP
>> address of my
>> > server on port 8080 (or even port 8007) there's a response
>> from something
>> > sitting there waiting for a connection, but, when I try accessing
>> > http://serverip:8080/index.html OR
>http://serverip:8080/test/index.html I
>> always get DNS can't locate server errors.
>>
>> The log files seem to be happy with the exception that I occasionally see
>> this error message in the tomcat.log file. the error is marked by *'s,
>I've
>> just included the whole log file as it's quite small and maybe the
insight
>> will help.
>> (FYI: /usr/local/tomcat is a symbolic link to /usr/local/jakarta-tomcat)
>>
>> Starting tomcat install="/usr/local/tomcat"
>home="/usr/local/jakarta-tomcat"
>> classPath=".:/usr/local/tomcat/lib/ant.jar:/usr/local/t
>>
>omcat/lib/jasper.jar:/usr/local/tomcat/lib/servlet.jar:/usr/local/tomcat/li
b
>> /test:/usr/local/tomcat/lib/webserver.jar:/usr/local/tom
>>
>cat/lib/xml.jar:/usr/local/java/lib/tools.jar:.:./:/lib/classes.zip:/classe
s
>> :/lib/dt.jar:/lib/tools.jar:/jre/lib/rt.jar:/usr/local/l
>> ib/jconn2.jar"
>> Context log: path="/admin" Automatic context load
>> docBase="/usr/local/jakarta-tomcat/webapps/admin"
>> Context log: path="/admin" Adding context path="/admin"
>> docBase="/usr/local/jakarta-tomcat/webapps/admin"
>> Starting endpoint port="8080"
>> handler="org.apache.tomcat.service.http.HttpConnectionHandler"
>> Starting endpoint port="8007"
>> handler="org.apache.tomcat.service.connector.Ajp12ConnectionHandler"
>> **** Error reading request connection reset ****
>>
>> Thanks a million.
>>
>> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
>> John Bateman
>> Cyber World Group Inc.
>>
>>
>

Reply via email to