best way to set up project and edit pages dynamically
Answered
Hello,
I have a new j2ee project with servlets, jsps and angularjs/html pages
In the past i would set my Artifact to point back to the webapp root where the source was instead of something like out--> artfacts --> expodedsomething
The hassle with this is every time i make a change to a jsp,js or html i have to restart/redeploy ( understand if i have to recompile a .java i need to restart)
how do other people do this?
Thanks for any help
Randy
Please sign in to leave a comment.
Exploded artifacts support hot deployment, see https://www.jetbrains.com/help/idea/updating-applications-on-application-servers.html.