WebSphere has this option on deployment, you can indicate that an app should poll it's class files every so often to see if there are any changes, and restart itself if it does.

It is a nice option to have, but I agree that I'd rather my computer program not do anything I didn't ask of it.

Kent Tong wrote:
Yoav Shapira <yoavs <at> apache.org> writes:

There will always be at least one manual step, because as things stand
right now a computer program can't read your mind ;)  You don't want
it to reload automatically when a specific resource (or resources)
is/are modified, you don't want it to reload automatically on a time
basis, you don't want to use the Manager HTML reload interface or the
Ant tasks that invoke it in a script... What automatic options remain?
;)

The automatic option is when I access the webapp, Tomcat notes that
some class file in it has changed and reload the webapp.




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to