You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@geronimo.apache.org by John Cheng <ch...@gmail.com> on 2006/12/17 02:45:47 UTC

Updating a jsp in an exploded war

There is a previous thread about how to make simple updates to an exploded war,
it was said that the appropriate way is to update the jsp in the config-store.

Is there another way up making jsp updates to an exploded war without reloading
the entire war file?

I want to use Geronimo for development - which means the developer needs to
make updates to the jsp files within a running web application. I currently have
an exploded web application deployed under the
${geronimo-server}/deploy directory.
Updating just one jsp under the exploded web application directory will cause
the entire web application to be uninstalled and reloaded. I really just want
that one jsp to be recompiled without reloading the entire web application. What
is the best way to do that?




-- 
- John L Cheng