View Single Post
  #6 (permalink)  
Old 03-15-2008, 06:07 PM
m-cubed m-cubed is offline
Junior Member
 
Posts: 6
Default

Priyantha, it worked fine for me. The error you are getting is probably from the lack of the www server bound to the localhost. If you type netstat -lptn | grep "80" what do you get? You should see port 80 bound to the IP you configured in the step above and to 127.0.0.1. The PID for both should show java as the program controlling it.
Reply With Quote