I see this forum dead... So I will reaserch my question and find how and
where : - as on GlassFish same on Tomcat - you need to put file into webapp
dirrectory (if you want return static file) In my case I need generate from
app and return text/plain page that same as robots.txt I have enginx with
proxy settings, so I need determinate location url through ip and port of my
app location /robots.txt { allow all; proxy_pass
http://8.8.8.8:8080/robots.txt; }
--
[Message sent by forum member 'alex.skorohod']
View Post: http://forums.java.net/node/930450