Change in Tomcat integration?
When you start a Tomcat Web application in IDEA (build 833) for debugging, ALL other web apps registered in the server.xml file are apparently also started. As far as I remember, this was different a few builds ago, correct? Or is this configurable and I just haven't been able to find out how? (The reason I'm asking is that I have around 15+ web apps running locally and it takes a lot longer to start Tomcat now than it did back then.)
Regards,
Jens
Please sign in to leave a comment.
No, the behaviour was always there. The tomcat plugin does not throw anything from the server.xml and thus all the applications that
are registered there are accessible.
--
Best regards,
Eugene Zhuravlev
JetBrains, Inc, http://www.intellij.com
"Develop with pleasure!"
"Jens Voss" <jens@voss-ahrensburg.de> wrote in message news:4618811.1056100924402.JavaMail.itn@is.intellij.net...
are apparently also started. As far as I remember, this was different a few builds ago, correct? Or is this configurable and I just
haven't been able to find out how? (The reason I'm asking is that I have around 15+ web apps running locally and it takes a lot
longer to start Tomcat now than it did back then.)
>