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

Mike,

Mike Basinger wrote:
> My department has a tomcat server that has some minors issues. Our
> main problem is that is that we must restart the server when we change
> certain applets.

Applets or servlets? Applets should not affect the server at all. You
should be able to copy a new one on top of whatever applet was there
before and new clients will get the new code: that's all there is to it.

If you're talking about servlets, then you may have a configuration that
requires a Tomcat restart to reload your applications. You can change
that by setting the "reloadable" attribute in your webapp's context.xml
file.

You may be running an old version of Tomcat that doesn't use context.xml
for deployment. What version are you running? You mentioned "Tomcat5",
but there are two 5.x versions: 5.0.x and 5.5.x. The former has been
retired and the later is still active (and preferred, obviously).

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

iEYEARECAAYFAkkaAyQACgkQ9CaO5/Lv0PBGDwCfScYShi41ovf+6FyPAT4JYW3w
/csAniJwTM43RqaYhz8GfV8bjHuYldFk
=zv7G
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

  • Current tips Mike Basinger
    • Re: Current tips Christopher Schultz

Reply via email to