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

Javier,

On 8/18/2009 6:21 AM, javier.rivas wrote:
> I want to reduce the startup time for these applications that only use a
> couple of webapps, so I was wondering if there is any way to set a flag to
> tell tomcat not to start a web applications that is present in server.xml

In addition to Chuck's comments, you might consider running each webapp
in a separate Tomcat instance. Tomcat will start up much faster that way.

Another option is to change your "startup" procedure to check to see if
Tomcat is running first (and start if necessary) and then use the
manager app to deploy just one web application at a time. If you use
'ant' for anything, there are already tasks that know how to deploy web
applications into Tomcat if the manager app is running.

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkqO57wACgkQ9CaO5/Lv0PCMQwCgocnPyEoJI52hmMR0/wA2J8Uj
YtMAn0iinvRnJYAZddwLIXi7VCBQHDA0
=bU9f
-----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