Myeclipse has already set up build auto.,. Why can't the jsp page be updated in real time and need to be republished?

clipboard.png
need to restart the update of tomcat,jsp to reflect it, and it is not the cause of caching?

Mar.14,2021

build only build, does not have deploy,jsp files need to deploy to the web directory to take effect, so you need to make sure that after build, copy the jsp to the web directory, otherwise it will not take effect.


for web projects, jsp files can be automatically deployed to the server, that is, modified jsp files do not need to restart the server, while java files and configuration files need to be restarted to take effect.
the default configuration of myeclipse is jsp automatic deployment. Have you changed something?

Menu