I have this values on web.xml
<env-entry> <env-entry-name>override_URL</env-entry-name> <env-entry-type>java.lang.String</env-entry-type> <env-entry-value>http://somehting.com</env-entry-value> </env-entry> Some developers make changes on this configuration, but only for local purposes. They must to reverse it before do a commit.
My question is, can I extract this fragment of xml to another xml and use your data if exists?
Best regards
No comments:
Post a Comment