Problem Installing Tomcat

Discussion in 'Installation/Configuration' started by ART_MEX, Apr 12, 2006.

  1. ART_MEX

    ART_MEX New Member

    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.
     
  2. sbovisjb1

    sbovisjb1 ISPConfig Developer ISPConfig Developer

    I believe that you're network card is not properly configured.

    Type: netstat -i. and post the out put.
     
  3. ART_MEX

    ART_MEX New Member

    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
     
  4. falko

    falko Super Moderator ISPConfig Developer

    Does your firewall block port 8080? Please post the output of
    Code:
    iptables -L
    and
    Code:
    netstat -tap
     

Share This Page