IntelliJ 6 - Is there a "Automatic Publishing" feature similar to Eclipse?
I am working on a JSF/Facelets application and in Eclipse 3.2, I am able to "hot-deploy" changes to Tomcat 5.0.28 so I can see UI changes as develop the application?
This is possible in Eclipse with their "Automatic Publishing" feature.
I set the Publishing interval (in seconds) to 1 second and when I make a change - I can automatically see change - a noted feature with Facelets 1.1.11
Is there a similar feature in version 6.0?
I have been reading what the compiler options are and I made sure that my Tomcat server.xml has the following:
]]>
Is this possible?
Thanks,
--Todd
请先登录再写评论。
Hello Todd,
T> I am working on a JSF/Facelets application and in Eclipse 3.2, I am
T> able to "hot-deploy" changes to Tomcat 5.0.28 so I can see UI changes
T> as develop the application?
T>
T> This is possible in Eclipse with their "Automatic Publishing"
T> feature.
T>
T> I set the Publishing interval (in seconds) to 1 second and when I
T> make a change - I can automatically see change - a noted feature with
T> Facelets 1.1.11
T>
T> Is there a similar feature in version 6.0?
T>
T> I have been reading what the compiler options are and I made sure
T> that my Tomcat server.xml has the following:
T>
T> autoDeploy="true" xmlValidation="false" xmlNamespaceAware="false"> T> T>]]> Is this possible?
There's an option "Deploy on frame deactivation" in the Web module settings
that has approximately the same effect.
--
Dmitry Jemerov
Software Developer
http://www.jetbrains.com/
"Develop with Pleasure!"