문제

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