Question

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

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top