views:

267

answers:

1

Hello,

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!

+1  A: 

The URL would be the same as for the vanilla Tomcat installation running outside of IDEA:

http://host:port/manager/html

Please refer to the Manager App HOW-TO for additional information.

CrazyCoder
Awesome thanks!
Jon