eclipse - Integrate Sublime Text with Tomcat -


at work, develop java applications , using eclipse. frontend dev switch sublime, it's missing feature of eclipse, can't work without it.

when developing, had build project maven , publish tomcat server. eclipse automatically , republish changed files.

i came far, building app maven , publish tomcat maven-tomcat plugin. tomcat 7 republishing isn't possible , changed files aren't copied working directory. have leave eclipse open , refresh workspace everytime changed files in sublime.

would possible integrate functionality sublime plugin?

eclipse has feature this. select "refresh using native hooks or polling" , "refresh on access". should select both. have tried selecting "refresh using native hooks or polling", works when keep open specific file in eclipse , modifying outside. "refresh on access" not working alone. these options combined works charmingly.

enter image description here

ps: native hooks available in windows. linux , mac polling used. don't know how efficient is.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -