
Allows the application to do any other pre-warring stuff it needs to.įor more information on using these options, see the section on deployment 3.1.2 Logging The Basics
- A closure containing Ant builder syntax. Allows you to control what gets included in the WAR file from the "web-app" directory. - A closure containing Ant builder syntax that is legal inside an Ant copy, for example "fileset()". - A list of the JARs that should be included in the WAR file for JDK 1.5 and above. Allows you to customise what libaries are included in the WAR file. - A closure containing Ant builder syntax or a list of JAR filenames. - Sets the location where the war command should place the generated WAR file. rverURL - A string specifying the server URL portion of absolute links, including server name e.g. - A map of supported mime types used for Content Negotiation. - Whether to use the file extension to dictate the mime type in Content Negotiation. - The file encoding used for GSP source files (default is 'utf-8'). To reduce risk of XSS attacks, set this to 'html'.
- Sets the default encoding regime for GSPs - can be one of 'none', 'html', or 'base64' (default: 'none').2ascii - Set this to false if you do not require native2ascii conversion of Grails i18n properties files.- The location of properties files or addition Grails Config files that should be merged with main configuration.Grails also provides the following configuration options:
Import .commons.*Īssert "world" = 3.1.1 Built in options