How to see tomcat is running or not

124,910

Solution 1

open http://localhost:8080/ in browser, if you get tomcat home page. it means tomcat is running

Solution 2

open your browser,check whether Tomcat homepage is visible by below command.

http://ipaddress:portnumber

also check this

Share:
124,910
BALASCJP
Author by

BALASCJP

Updated on July 09, 2022

Comments

  • BALASCJP
    BALASCJP almost 2 years

    Which command is used to find tomcat is running or not in windows?

    How do we know if JVM crashes suddenly?

    After googling I posted it, I am not able to find expected result.

  • BALASCJP
    BALASCJP about 12 years
    It keeps on loading... in background logs no error thrown it is problem.
  • touti
    touti about 12 years
    lunch tomcat\bin\shutdown and then lunch tomcat\bin\startup you will get a consol witch tell you if There is a problem
  • BALASCJP
    BALASCJP about 12 years
    I already did it but it not shows any error
  • Faizan
    Faizan over 9 years
    if I see a 404 error , what on opening that link, what does it mean?
  • wonder
    wonder over 4 years
    but that is not always right , port can be configured in server.xml, like in my case