View Single Post
  #8 (permalink)  
Old 08-21-2007, 03:57 AM
anthony.rasat anthony.rasat is offline
Project Contributor
 
Posts: 15
Default

Check if there is application already using port TCP/8080, e.g. Squid HTTP Cache usually using TCP/8080. Normally in Linux you can check it with command line (as root):

# lsof -P -i -n|grep 8080

Make sure there is no other application already using that particular port.
__________________

Regards,

Anthony M. Rasat
Technical, Network and Support Division
PT. Jawa Pos National Network
Jakarta - Indonesia
Reply With Quote