Which application context set in IntelliJ IDEA for Tomcat?

a 夏天 提交于 2019-12-06 07:50:43

The application context will be part of the URL you have to enter in your browser when accessing the application. You could use the name of your war file:

kb-hook

Then you can enter the adress in your browser and find the application. (Given your Tomcat runs on port 8080) You will maybe have to add a path to a resource within the war behind that URL.

http://localhost:8080/kb-hook/

You could also choose another name, but the name of the war file is chosen quite often.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!