-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Vicky,

On 11/14/13, 1:56 PM, vicky wrote:
> Isn't  the tomcat restart is needed in case I need to deploy the
> war files & manually cleaning the work & temp directories (just to
> clean the cache)

A re-deploy should clean everything, and can be done while the server
continues to run. If you are using auto-deploy, you can simply update
the WAR file on the disk and your application will re-load
automatically. If you aren't using auto-deploy, you can use the
Manager webapp to manage your deployments. Your users may experience
interruptions, though, during the redeployment process.

You can also use Tomcat's parallel-deployment which allows you to
deploy an updated instance. All new sessions will be directed to the
"new" webapp, and the old ones will continue to be served by the old
instance. I haven't checked recently, but you used to have to manually
un-deploy the old instance once the session-count reached zero. You
can use the Manager webapp to undeploy these old versions.

Hope that helps,
- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (Darwin)
Comment: GPGTools - http://gpgtools.org
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQIcBAEBCAAGBQJShSCSAAoJEBzwKT+lPKRYti8P/1ULcIWnxec9hq6J7fqHs4t4
8j8mWRXhCtfS17Qx/uNIcif+xIlxkkcy6Cq+fsvqjf3MqBwmfQHYmPSOXphlQxkf
jiqfZnDXqIF9OiBq6cwF5I73oK6xnmQAHids9HjSu4Lsgl1fXHkE+2f63G506Ch/
G9SpdLWMOXXluQ6cdOL0aEwCb3IWwppEhRrQO9GtsRJ52+Btf41bJJKnP7hUHABQ
1LNP9FXkah+1UdyPzTBVPWKiGasfu7gAMMnjK9fLZOf+IW/WQvvayB0jdrUimkzV
jxCmEWLOdLZgtc+VB7+5zK0bpMaxTkpDa5L7+h6PvCVdZZKwDdXLWDIt3zVt/2YQ
KUF3GyxH7M6xSKhQLOyjr47H6fbKno/uq/IBW3ShPLNxkokkghAY1r33a3NKNoR3
Vvt0wJUbJXI5ojoIXPHzTiiQnV9bjqWMbg2C0gdpoCjbuQzDoctYO931O46vdseC
2eGHTwVZw6n0U0DAQ6wl5Wto98WwaAXJEDIBtSCKznmG1Ta3DXwvlIm9pwDuSu5f
wPrAHHZujGjguDq9GmCJIq99mdcx3pzBOx0bO1mX+/aBHyK0XdIuzzRQbIOJZ7A9
jBjHrA55km1ubIwCOKYlS3NHOw/vv89Ajc/LEjUy8nTl2/LjUeTC+7HyoCDgQn1F
bx1bsEZD8ettjMU8D8oq
=AaiP
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to