IDEA 11 is adding deployIgnore=".*" to server.xml
Because of this, when I deploy tomcat from within intellij my webapp does not get deployed. This did not occur in any previous versions of intellij. How can I override or prevent this from occuring.
Thank you,
Adam Butler
Please sign in to leave a comment.
Hey Adam, I noticed this too. I was able to fix it by checking the "Deploy applications configured in Tomcat instance" checkbox in the run configuration.
Hope that fixes it for you too.
Attachment(s):
deploy.png
That solved my issue. Thank you very much.