How do you know if Tomcat Server is installed on your PC

后端 未结 6 2344
攒了一身酷
攒了一身酷 2021-02-13 23:19

I am using Windows 7 OS. I just installed jaspersoft server which installed Apache Tomcat and mysql as a bundle along with it.

I go to http://localhost:8080

6条回答
  •  轮回少年
    2021-02-13 23:56

    You can check in windows services if tomcat is installed it will be listed in windows services.

    To check the windows service list of services installed on windows machine use

      WINDOWS KEY + R   and type services.msc
    

    There you can find all the services related with Jasperreport server like Tomcat and MySQL with name starting Jasperreport server Tomcat and MySQL only if these services are installed and its need to be started by selecting the option.Then you can access it through browser using this link :-

       http://localhost:8080
    

    default port for tomcat is 8080.

提交回复
热议问题