dev@glassfish.java.net

[gf-dev] How to allow request robots.txt in GlassFish 3 for my app

From: Alex Skorohod <alexey.skorohod_at_gmail.com>
Date: Fri, 29 Aug 2014 10:43:13 +0200

Hello,please help me to find solution .
I have app that has controller on */robots.txt requests
but my app cannot get this request through GlassFish and server return 404.
I don't want return on request stable file, I want generate it in my app,
what changes I need to do with GlassFish setting, domain.xml configuring ?
Also I have app request controller */sitemap.xml and without any changes
in settings I got generated file from my app, so this situation only for
robots.txt file !