Questions tagged [grails-config]
33 questions
0
votes
1 answer
Make user/session info available across the application in Grails
This is a class/flow design question that I am trying to wrestle with:
I am trying to make a user's session information available across the application my Grails application without having (or requiring) to pass HttpSession around between service…

Stealth
- 1,559
- 4
- 16
- 34
0
votes
2 answers
how to set value in Config.groovy and get different value for same parameter according to environment on gsp in Grails?
I have a situation. I want to set one value to some parameter in Config.groovy in my Grails project. This parameter should have different value for each environment, i.e. for dev environment it is like abc = "devValue", for test environment like…

Jigar Patel
- 101
- 7
0
votes
2 answers
Grails: Locate file on web-app on production
i have a file locate in web-app in my grails project.. in the config file for some apns plugin in put the config as the following
environments {
development {
apns {
pathToCertificate = "web-app/apns-dev.p12"
…

Mohamed Emad Hegab
- 2,665
- 6
- 39
- 64