java - Tomcat in Eclipse: It runs but time out during startup anyway -
i'm running java web app in eclipse (helios) using tomcat 7. server startups (duration indicated) eclipse's progress bar still spins saying tomcat starting up. timeout reached , error thrown.
i believe tomcat fine i've taken command uses , ran manually in shell. tomcat runs fine , i'm able hit web app @ expected url. can hit after it's started , before timeout occurs.
i've reinstalled eclipse, ran clean, deleted/recreated server. nothing has worked. have clues?
i had issue, seems eclipse calls application url after start make sure running.
a proxy client (pshione) had changed system proxy eclipse not call start page , thinks application not starting yet!!
i removed proxy , works fine now!
edited:
this can happen when start tomcat ssl, ssl certification not valid. when make call , invalid ssl certification site, browser confirm if want go 1 or not, eclipse can not connect invalid ssl site! suggest test site normal http instead of https.
Comments
Post a Comment