i have java project html/js files. these files packaged maven , deployed java ee application server.
to modify 1 symbol (theoretically) need recompile, repackage , redeploy whole project. in practice change html/js in intellij idea project , copy them directly application server manually.
may idea support automatically coping files on save action?
if use idea ultimate (paid) edition, supports creating run/debug configurations application servers.
this allows create, deploy application , test/debug within idea, without building maven.
for example, if use tomcat:
once launch configuration, you'll convenient redeploy button.

Comments
Post a Comment