Search code examples
eclipsejbosseclipse-plugineclipse-luna

Setting up hot deployment with eclipse and Jboss


I am used to work with rails locally where I can use any text editor I please while I have the server running. If I make changes to a file Webrick, it will pick it up and I am able to see the changes on the page.

Can I do this with eclipse? I am using Atom for html editing but every time I save the changes and reload the page, the changes are not done. Any ideas?


Solution

  • I've found the answer by going to eclipse in Preferences > General > Workspaces > Refresh using native hooks or polling

    This way I am able to edit html files with Atom. Hope it helps someone

    Question for reference: eclipse, refresh files edited by external editor