View Single Post

  #5 (permalink)  
Old 08-19-2007, 12:08 PM
maroon maroon is offline
Junior Member
User
 
Join Date: Aug 2007
My distro: Debian
Posts: 17
Rep Power: 0
maroon is on a distinguished road
Default

if u already didn't configure iptables so that means you have full access to any open ports. so what I suggest is to install nmap and check the apache port i up or tomcat is up by typing:

nmap -p 1-50000 localhost

it will show you the open ports on the host

Regards,
Reply With Quote