I have a Grails app and want to make a robots.txt and sitemap.xml file. I read that the best way to put them into the application is in the web-app
folder. When I run the site locally and test http://mysite/app/robots.txt
everything works, but when I deploy the application to the production server I get a 404 and I can confirm that the files are not in the root tomcat folder.
Does anyone know what is going on here? Thanks.