grails - Change Configurations after War Build -


I have two configurations that I have to change after creating an old war with Gilles 1.3.2. I know that this project can be set up in the way of outsiders in the first place, but it is not an option at this moment.

1) The environment needs to be changed. Production. Hibernate.default_schema is defined in DataSource Groovy

2) The environment defined in Config.groovy. Production.grails.serverURL needs to be changed

Is there any way of editing or overriding arguments during the war in JBoss?

If you want to change these properties into a production application, your only option is to select files with external properties Is using, which will require the reconstruction and re-deployment of the app. See the following link


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -