4

I'm using IntelliJ IDEA 9.0.2 but I assume this question applies to previous versions as well. In the Run/Debug Configurations dialog there is an option called "Deploy 'Tomcat Manager' application", but I haven't been able to find any documentation for how to use it in the IntelliJ help or online. Has anyone had experience using this, and know what URL I could use to access it once Tomcat is running?

Thanks!

4

1 回答 1

5

该 URL 将与在 IDEA 之外运行的 vanilla Tomcat 安装相同:

http://host:port/manager/html

有关更多信息,请参阅Manager App HOW-TO

于 2010-04-24T00:12:48.403 回答