Reputation: 3852
When I "run on Server" my web app using ggts I get a 404 and in my console the following error:
Unable to load specified config location file:./grails-app/conf/app-config.properties .\grails-app\conf\app-config.properties (Impossible to find the specified path)
the app-config.properties
is under the folder conf of my app
Please note that if I use grails run-app
, it works properly and run my app so the problem is definitely on my ggts 3.6.4.RELEASE.
if I go to http://localhost:8080/ the server home page is displayed.
in my Server View, the app appears started and my Problems View does not show anything.
grails version is 1.3.7
Please How to fix it or how can I investigate further?
Upvotes: 0
Views: 490