Hi, Im trying to install Tomcat, buy I have a problem when I try to see my localhost:8080, nothings appears, the browser is still searching but it cant display nothing. What its missing In other question i\I need to make my server as https.., how can I do this... Thanks for any sugesstion.
I believe that you're network card is not properly configured. Type: netstat -i. and post the out put.
Here is the information Kernel Interface table Iface MTU Met RX-OK RX-ERR RX-DRP RX-OVR TX-OK TX-ERR TX-DRP TX-OVR Flg eth0 1500 0 3843 0 0 0 460 0 0 0 BMRU lo 16436 0 213 0 0 0 213 0 0 0 LRU
Does your firewall block port 8080? Please post the output of Code: iptables -L and Code: netstat -tap