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

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

    In case of Windows(in my case XP):-

    1. Check the directory where tomcat is installed.
    2. Open the directory called \conf in it.
    3. Then search file server.xml
    4. Open that file and check what is the connector port for HTTP,whre you will found something like 8009,8080 etc.
    5. Suppose it found 8009,use that port as "/localhost:8009/" in your web-browser with HTTP protocol. Hope this will work !

提交回复
热议问题