Skip to main content
jawadz9022253
Participant
June 14, 2017
Question

Accessing Adobe media home page

  • June 14, 2017
  • 1 reply
  • 354 views

Hello There,

I am trying to access adobe media server home page from another computer on the same network but not the localhost hosting Adobe media server.  when i type ip of my Laptop the home page is not opened. however when i type ip on the same machine home page open successfully

Note: I have installed Xampp Server. is it conflicts with it. But i want to run media server apache server. for that i have stopped xampp tomcat server but still can't access homepage.

help me please,

thanks in advance

This topic has been closed for replies.

1 reply

Petro_O__Bochan
Inspiring
June 15, 2017

Hello, it may be hard to figure out your setup but one of the first places you would go to are OS native firewall settings as well as the crossdomain.xml file located under the "_ams_/webroot" folder. Replace the contents of that file with the following:

<?xml version="1.0"?>

<cross-domain-policy>

<allow-access-from domain="*"/>

</cross-domain-policy>

Let us know how it goes.

P

jawadz9022253
Participant
June 15, 2017

Thanks for your response,

I have Pasted that content on wordpad and saved as

C:\Program Files\Adobe\Adobe Media Server 5\webroot\crossdomain.xml

Contents of crossdomain.xml

<?xml version="1.0"?>

<cross-domain-policy>

<allow-access-from domain="*"/>

</cross-domain-policy>

But unfortunately Its Still The Same Please Check this attached image.

IMG_20170615_201412_835.JPG - Google Drive

Petro_O__Bochan
Inspiring
June 15, 2017

It appears this is not the problem of AMS but your networking setup.