views:

664

answers:

0

I have a web application that I am currently in the process of migrating from Oracle Application Server to Weblogic 10.3.1. The application uses a client-side filtering agent to validate a user before letting them enter their password. The agent would occasionally jam up and we would remove it by simply ripping its configuration out of the web.xml and restarting the application. Short of redeploying the entire application, I am not seeing a way to accomplish this. How can I modify the web.xml in Weblogic without a complete redeploy?