Servlet cache refreshed

The Web server caches servlets (not the output of servlets). When developers update servlets, they must visit the URL

http://your-host/conf/refresh-servlets
to refresh the cache. When they do, they see the message from the servlet cache refreshed file.

Refreshing servlets does not affect currently running servlets, including suspended ones.Only servlets started from the beginning will execute the updated code.

Powered by