I have imported a Maven Project into IntelliJ Idea 13. It's a web project running with an external Tomcat6. How can I set up Intellij Idea to automatically deploy static files from the webapp folder to the exploded war from the target folder?

Netbeans used to do this automatically without any settings to be made. The module is set up as a web module.

enter image description here

有帮助吗?

解决方案

To do a hot deploy of the static resources, the web project should be deployed as an exploded war. Please refer: http://www.jetbrains.com/idea/webhelp/creating-and-editing-run-debug-configurations.html and http://www.jetbrains.com/idea/webhelp/configuring-artifacts.html

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top