php hello world in eclipse not working -


i have created simple hello world php app in eclipse name od firstphp when try run "run php web page" tries opening page
http://localhost/firstphp/first.php in eclipse web browser
, got message web page not found

when open http://localhost:8080/ works fine , tomcat ok

any suggestion

  1. install server correct. why use tomcat in first place. thats not used php, jsp.
  2. check if localhost:80 works fine too, thats wants go...
  3. make sure set documentroot in eclipse.

gr.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -