> From: minky arora [mailto:[EMAIL PROTECTED] 
> Subject: Re: beginer question abt JSP with Tomcat
> 
> I did...there IS an entry...sorry forgot to mention that.it is there
> in hosts file.And I also checked with the loopback address, same issue
> there..."afari can't open the page
> "http://127.0.0.1/examples/jsp/dates/dates.jsp"; because it could not
> connect to the server "127.0.0.1".

I wouldn't expect that to work - you left out the port number.  Also,
the correct URL for the JSP date example is:
http://127.0.0.1:8080/examples/jsp/dates/date.jsp

You have an extra "s" in yours.  Precision counts.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to