We are deploying a NetBeans 5.5.1 web app created with Visual Web Pack. On compilation, the project creates a *.war file which includes everything we need to deploy it on glassfish. We can deploy everything just fine but what we'd like to do is edit the deployed web.xml file. It seems like it should be a standard config file that should be editable on the deployed setup. But I can't figure out how to do it. When we have the app deployed and running, we can see the web.xml in the deployment directory. But changes will not take effect for the instance we're running. And if we restart, then it appears to redeploy from the *.war file. Which effectively wipes out our changes.
I appreciate any help in advance.
Casey
Start Free Trial