我们可以在哪里放置 crossdomain.xml

发布于 2024-09-06 09:51:27 字数 413 浏览 4 评论 0原文

您好,我已在应用程序(_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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

蓝戈者 2024-09-13 09:51:30

您需要将 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/ :).

一直在等你来 2024-09-13 09:51:30

将 crossdoamin.xml 放在 webapps/ROOT 文件夹中然后它就可以工作了。

Place crossdoamin.xml at webapps/ROOT folder Then it will work.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文