Hi,
> Can we do something in web.xml for each servlet entry to make it
> reloadable ? Is there a way to check the options set (like is the
> reloadable = 'true' ?) once server is started and running the application
> for any particular contextpath.
I think a servlet explicitly named in web.xml will get reloaded. The
only thing is most people seem to have a lot of interdependencies and I am
not sure how far "down" the tree this works... The person I did it for
earlier hasn't complained..... yet.
Paul