How do I refresh jsp's on weblogic
问题 I'm running an exploded war on weblogic 10.0 in production mode. I want to modify a jsp without having to fully redeploy the application. I can't seem to achieve this using the weblogic.Deployer with a partial redployment - see: http://download-llnw.oracle.com/docs/cd/E13222_01/wls/docs100/deployment/redeploy.html#wp1025739 This must be a fairly standard problem - has anyone got a solution? 回答1: According to the link you have provided, weblogic.Deployer is your friend: Updating Static Files