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

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -