There are two ways: Either set all of the webapps to a default of reloadable by adding the following to your server.xml just above the first Context tag or do it on an individual basis per context by adding the reloadable="true" as an attribute. For example: Hope that helps