i have jsf2 project deployed in jboss 7 server. when running application in own computer (during development , testing), use version of web.xml file content, when have deploy same application in production server, have use different settings in same web.xml file.
nowadays have comment parts , uncomment others in each situation, seems poor "solution" situation.
how have different web.xml files or contents used in different deploy conditions?
tia
you can use jenkins deploy application. has plugins named config file provider allow configure files based on requirement. in way can use second version of web.xml , jenkin deploy application new web.xml
Comments
Post a Comment