-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

S Ahmed,

On 10/15/12 3:59 PM, S Ahmed wrote:
> so when you don't have reloads enabled, any updates (copying a new
> version of a .jar) to a folder will not do anything?

Correct: Tomcat will basically ignore them. If you update a class file
(or JAR file) before Tomcat loads it, then when it gets loaded,
obviously it will get the latest one from the disk.

> This is a spring mvc application, and I'm scared of leaks via
> logging etc., I'll take the safe route and just recycle or whatever
> I have to do.

That's one of the reasons I don't want the webapp auto-reloading
without my explicit action.

> I have to explicitly start/stop the service if am doing this via
> the command line?

That depends upon how you want everything to work. If you use the
manager webapp, you can point-and-click the re-deployment. You can
also script the redeployment using the ant tasks that Tomcat provides
for working with the manager app. Or, you can just use the REST-based
API to do the same thing (the ant tasks are just a wrapper around the
REST-based API).

Or, you can restart Tomcat entirely if that's what you want to do.

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.0.17 (Darwin)
Comment: GPGTools - http://gpgtools.org
Comment: Using GnuPG with Mozilla - http://www.enigmail.net/

iEYEARECAAYFAlB9qZQACgkQ9CaO5/Lv0PA/sACgopOKfJFLepusk05S3OKNtybn
8U4AoI3MkjRBYZ+lH8RXx4ZM6MLhBS5Q
=gHYN
-----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