Hi,
On Wed, 21 Jul 1999 [EMAIL PROTECTED] wrote:
| I want to know whether it is possible for Apache or Jserv to automatically
| reload the
| the startup servlets whose code have been changed and recompiled.
Yes. You can influence the behaviour with the properties
autoreload.classes and autoreload.file. The autoreload.file forces
reloading if you change the properties.
----- See youe zone.properties:------
# Enable servlet class autoreloading.
# Syntax: autoreload.classes=[true,false] (boolean)
# Default: true
autoreload.classes=true
# Enable servlet resourced autoreloading (properties and other loaded
resources)
# Syntax: autoreload.file=[true,false] (boolean)
# Default: true
autoreload.file=true
----------------------------------
| specifically
| need to know if is possible without restarting the Apache or Jserv.
Yes.
| In similar context, are there any restart issues with other normal non-startup
| servlets ? I guess not.
oh, yes. non-startup-servlets are handled as startup-servlets wrt. to
reloading. In either case, the classes are automatically reloaded on the
next request .. but other than WebSphere it does _not_ take ages to
reload them ;-))
ciao,
-hen
---
Henner Zeller [EMAIL PROTECTED]
PGP pub key [77F75B39]: finger [EMAIL PROTECTED]
If Microsoft is the answer, it must have been a VERY silly question.
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
READ THE FAQ!!!! <http://java.apache.org/faq/>
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]