我们可以在哪里放置 crossdomain.xml
您好,我已在应用程序(_http://myserver:11090/apps)上部署了我的 Flex 应用程序,并使用重定向到应用程序服务器的代理服务器(Web 服务器 - _https://mysite.site.com)。
但在运行时应用程序在位置 _http://myserver:11090/crossdomain.xml 搜索 crossdomain.xml,因此它会弹出“需要身份验证”的 JBoss 窗口,并询问应用程序服务器的凭据。
您能帮助我将 crossdomain.xml 文件放在应用程序服务器或 Web 服务器的根目录中吗?
现在 crossdomain.xml 放置在位置 _http://myserver:11090/apps/crossdomain.xml
请帮助我。我因这个问题而陷入困境
提前致谢
Hi I have deployed my flex application on application(_http://myserver:11090/apps) and using proxy server (web server - _https://mysite.site.com) which redirect to application server.
But at run time application search crossdomain.xml at the location _http://myserver:11090/crossdomain.xml due to this it gives popup "Authentication required" for JBoss and ask credentials of app server.
can you please help me where I should place crossdomain.xml file on app server or web server's root directory.
right now crossdomain.xml is placed at the location _http://myserver:11090/apps/crossdomain.xml
Please help me. I am stuck due to this problem
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您需要将 crossdomain.xml 文件放置在服务器的根目录中,而不是子目录中。如果您需要有关如何配置 JBoss 或代理以允许此操作的帮助,我建议您尝试 https://serverfault.com/ :)。
You need to place the crossdomain.xml file in the root of your server, not in a subdirectory. If you need help on how to configure JBoss or your proxy to allow this, I suggest you try https://serverfault.com/ :).
将 crossdoamin.xml 放在 webapps/ROOT 文件夹中然后它就可以工作了。
Place crossdoamin.xml at webapps/ROOT folder Then it will work.