Results 1 to 2 of 2
Thread: Change web.xml after deployment
- 02-20-2013, 08:35 AM #1
Member
- Join Date
- Aug 2011
- Posts
- 3
- Rep Power
- 0
Change web.xml after deployment
Is it advisable to change web.xml (or, in fact, any other file) in app server after the deployment? Do ALL app servers expose their deployment/directory structure?
I would prefer making changes locally, re-building the war (or .ear, etc.), and re-deploying the application.
Any suggestions / comments. Thanks.
- 02-27-2013, 08:25 AM #2
Senior Member
- Join Date
- Jun 2007
- Location
- Bali, Indonesia
- Posts
- 696
- Rep Power
- 6
Re: Change web.xml after deployment
I also prefer to rebuild everything again and then redeploy. Because you have to test every changing that you make before deploying into the production server. If you manually change something on the production there might be something unexpected happens. In the end you also have to apply the changes on your source, if not you will loose track every changing that you apply manually on the production server.
Website: Learn Java by Examples
Similar Threads
-
Deployment
By horseatingweeds in forum New To JavaReplies: 18Last Post: 11-16-2012, 10:06 PM -
jar Deployment
By hsenpaws in forum New To JavaReplies: 1Last Post: 06-26-2012, 06:35 PM -
Deployment
By rob in forum Enterprise JavaBeans (EJB)Replies: 1Last Post: 04-08-2009, 10:03 PM -
hot deployment
By Manas Das in forum Advanced JavaReplies: 0Last Post: 01-21-2009, 05:24 PM -
deployment
By Nicholas Jordan in forum NetBeansReplies: 4Last Post: 07-09-2008, 05:10 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks