how to do hot deploy jboss 7 maven?
Hi.
Without JRebel it is possible to do hotdeploy (just jsp it would be good) with JBoss 7, Maven and Intellij?
I already selected the 'On Frame Deactivation' option and the button that appears in the console with the text 'On Frame Deactivation' is checked.
Any tip?
Thanks
Please sign in to leave a comment.
Anyone?
Should I post in other forum or subject?
Hi Hebert,
No, this forum is a right place for such questions. Asked our servers guy to have a look here.
Denis
Thanks. =D
Hello,
Sorry, specifically this version of JBoss (7.1.1) does not support hot deploy for JSP, there is nothing IDEA can do about it.
It had been discussed at http://devnet.jetbrains.com/message/5473718#5473718, with the link to the original JBoss issue.
Regards,
Michael
I could not find the 7.1.2 build. I could download only the jboss-as-8.0.0.Alpha1-SNAPSHOT
When I tried to run it with intellij it gave me an error message of not supported version. =/
Thanks anyway.
I am following the code bellow to generate the version 7.1.2
https://community.jboss.org/thread/197780?start=15&tstart=0
Hello,
I am about to commit the update for 12.1 that will enable support in IDEA for JBoss 7.2 / 8.0
Regards,
Michael
After the build of the version 7.1.2 as above, add the configuration bellow:
It will work with the default value of 4s. [=
Thanks for the help.