I have created a simple hello world php app in eclipse with the name od FirstPHP
when i try to run it as "run as php web page"
it tries opening the page
http://localhost/FirstPhp/first.php
in eclipse web browser
and got the message web page not found
when i open http://localhost:8080/ it works fine , so tomcat is ok
Any Suggestion