where we can place crossdomain.xml - 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.

Related

How do I stop local kentico project from taking up port localhost:8080

I installed Kentico and have been going through the tutorial. But I needed to work on another project and when trying to do so I was unable to as the Kentico project seems to be running on the localhost:8080 port.
I would like to restore localhost:8080 back to the way it was.
This is the error that I get when opening localhost:8080
localhost error screenshot
I have tried to enable directory browsing and trying to stop the process running on localhost:8080 but they did not work.
Any help would be much appreciated if anyone has any suggestions or has had to deal with something like this before.
In IIS you need to stop the site you were working on and start the other site you want to work on.
As per the error snapshot (HTTP Error 403.14- Forbidden), it looks like its a access issue for your respective website virtual directory.
To overcome this problem you need to provide IIS user permission and the current system user permission to the kentico website folder and also make sure the path of your project in IIS pointing to Kentico Website solution until root folder where you have a web.config file.
How to give folder permission you can check on this reference link
IIS7 folder permissions for web application
Thanks and Regards
Nikhila Pocha
You can change the port of the websites in the applicationhost.config file for IIS Express.
Mine is located under '%userprofile%/Documents/IISExpress/Config'.
From there you can search for the 'sites' node. Look for your website and change the port number in the following line:
<binding protocol="http" bindingInformation=":8080:localhost" />

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 Error - Permission issue?

I was doing a complete redesign of a website for a client and everything was going fine until I went to ftp it. The login and password that he gave me works fine, but when I try to upload the files an error message pops up saying:
An FTP error occurred - cannot create new folder. Access denied. The file may not exist or there could be a permission problem. Make sure you have proper authorization on the server and the server is properly configured.
I can see the files that are already on the server, so I know I'm connected fine, but how do I get this website online? Do I contact the previous coder of the website to make the files writable? Or is the problem elsewhere?
Any help would be appreciated!
A hosting service may require you to place all files to /www for example and deny access to anything else. You may try to reset user rights via that webhost's web interface. If the service allows for some ssh access, you can try using that to see where your problem is. If SFTP works, even better, you can use just that instead.

Unable to generate a temporary class (result=1)

I am getting this error message when i tried to host my mvc website on local IIS server on my PC . and tried to access it from my web browser.
Please help me how to get rid of this problem. I want to host my mvc3 website on my local IIS server
Check whether the user account that is running the application has read and write access to %temp% folder

Concern on Websphere Portal application file remove

i've got one issue with Websphere Portal application. The situation is when we removed one uploaded image file of Portal application from WAS intsalledApps folder path directly, that file would be regenerated by itself after we restart Websphere Portal application server. It seems that image file has been sync from somewhere else. But that websphere portal has been deployed within websphere standalone server, no dmgr node but just one application server profile. So i don't understand why that file would come out again? where is it from?
Thanks in advance
there should be a couple of directory where installation keeps their file
D:\IBM\WebSphere\wp_profile\config\cells\nodename\applications
and the second one
D:\IBM\WebSphere\wp_profile\installedApps
check both of them, if you confirm that there is no deployment manager in this configuration.

Resources