Startup-mode
From Resin 3.0
(Difference between revisions)
Line 11: | Line 11: | ||
==See Also== | ==See Also== | ||
− | <[[web-app-deploy]]> | + | * <[[web-app-deploy]]> |
− | <[[host-deploy]]> | + | * <[[host-deploy]]> |
− | <[[redeploy-mode]]> | + | * <[[redeploy-mode]]> |
Revision as of 19:03, 9 November 2005
The <startup-mode> tag configures the initial deployment state of a <web-app> or <host>.
- automatic - starts the instance automatically at server startup
- lazy - starts the instance on a request
- manual - only starts with a management (JMX) command
The default <startup-mode> is "automatic" which is the correct choice for most applications. For sites with large numbers of web-apps or virtual hosts, the "lazy" startup-mode can save some memory.