Whenever I start my Tomcat 5.5.29 server in Eclipse, it's status becomes "Synchronized." If I save a change to a file of any type, it publishes that file and then says "Restart." I used to be able to get it to synchronize again so that I could view the change without having to restart. Any ideas?
I have checked to make sure Build Automatically is enabled. I have tried disabling and re-enabling Auto Reload. I have refreshed my projects. I开发者_如何转开发 don't know what else to try. Any input would be appreciated.
If the server has a .metadata setup, check that the server.xml's context, under server projects, is set to "reloadable = false".
After double checking this, right click on the server and click "Publish". This should force the new server conf files to go out.
Lastly, if that doesn't work, is your content statically avaliable(ie:localhost:8080/something.js)?
精彩评论