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

后端 未结 6 2077
攒了一身酷
攒了一身酷 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:54

    In order to make

         http://localhost:8080
    

    work, tomcat has to be started first. You can check server.xml file in conf folder for the port information. You can search if tomcat is installed on your machine. Just go to start and then type tomcat. If it is installed it will give you the directory where it is installed. Then you can select that path and run it from command prompt. Example if tomcat is installed in C:\Programfile\tomcat. You need to set this path in command prompt,go to bin folder and startup. Example: C:\Programfile\tomcat\bin\startup. Else you can also run it by directly going to the path and run startup batch file.

提交回复
热议问题