By adding the port number got it to work, but why is it that the examples
that work fine without it?
Thanks,
Bill
-----Original Message-----
From: Panagiotis Konstantinidis [mailto:panos@hotgen.com]
Sent: Friday, December 01, 2000 12:30 PM
To: 'tomcat-user@jakarta.apache.org'
Subject: RE: File not found
Maybe you should put the port number after the localhost. For example
something like this: http://localhost:8080/Myapp/index.html
<http://localhost:8080/Myapp/index.html>
Panos
> -----Original Message-----
> From: Penney, William [ mailto:PenneyW@maldenmills.com
<mailto:PenneyW@maldenmills.com> ]
> Sent: 01 December 2000 17:28
> To: tomcat-user@jakarta.apache.org
> Subject: File not found
>
>
> I was successful in building a new project, which created my
> project folder
> and added all files needed under the webapps folder. I then
> restarted tomcat
> and saw that the context was added for my new app. I then pointed my
> browser to the new context http://localhost/Myapp/index.html
<http://localhost/Myapp/index.html>
> and was unable
> to view this html document.
>
>
>
>
> Would welcome any suggestions.
>
|