where should keep crossdomain.xml - crossdomain.xml

where to place crossdomain.xml file. i am having secure web server which redirect to application server. Should i place it under root directory of web server or under root directory of application server.

Just place it in your root directory of domain you have to work with - http://[your.domain.or.subdomain]/crossdomain.xml

Related

IIS is throwing HTTP Error 500.0 - IsapiModule

I've created one VM windows 2016 on Azure and installed Weblogic 12.2.1.3 and SQLServer2016.
Deployed an ear file and can get to the application login page.
I've configured IIS with this my application to have https url. I followed everything that we usually do on our on premises servers but I'm getting a weird error. Does anybody can help me please?
According to your description, I suggest you could try to use below steps to solve this issue.
1.Ensure that the path to the ISAPI DLL is correct
Open the IIS mangement console and locate the web sites and find the hanlder mapping feature.
Then you find the myapp_iisproxy handler in it and check the executable's path is right or not.
2.Ensure that the NTFS permissions for the web.config file are correct and allow access to the Web server's machine account.
3.Verify permissions for the DLL. Make sure your application has the permission to access the dll file.

FTP Remote site showing empty directory

Trying to ftp to my website using Filezilla and Cyberduck both are showing empty directories under root. What could I be doing wrong? There are many files in file manger on Cpanel.
The Problem is that I logged in from ftp account I had created in C panel and not the master root account. Now it works.

Access the static contents which is out of the application server scope

In Spring how to access the files which is out side the web server application folder means which is reside on any drive like C:\STATIC_RESOURCES\images\abc.jpg ?

How to protect (or lock) Apache Server folder in Windows 7

I am running PHP 5 and MySQL with Apache 2 in my Windows 7 PC. Everything (in localhost) is working fine and the localhost is defined in port 80 (It works!). But I would like to password protect (or lock) and hide server folder including htdocs. I mean, I don't want want another user to access the server folder and files. I know that I can remove installation information from add/remove programs menu by removing registry entries (hope it won't affect the server framework). But how can I prevent the users from accessing the server folder? The server folder is a master folder, in which I installed Apache, PHP and MySQL. I made it in C: drive(to ensure security). I want to lock the master folder (password protected). Only I should have the access to them (my friends use my PC). But the content (localhost) should be delivered (I mean the pages should come, along with PHP and MySQL) for everyone. Only a single user account is there (Admin).
How can I lock and hide my folder while running server silent/hidden. Is this possible with or without any software?
http://www.devside.net/articles/windows/password
http://www.brandx.net/support/buildingwebsites/passwords.shtml
http://www.thesitewizard.com/apache/password-protect-directory.shtml
Implement User/Password-protected Directories for Apache Server

where we can place 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
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/ :).
Place crossdoamin.xml at webapps/ROOT folder Then it will work.

Resources