cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco iFrame and Document Library

jollymon
Champ in-the-making
Champ in-the-making
I am trying to get alfresco to properly function inside of an iFrame, and it does except for the document library aspect of it.

I read an earlier post here
http://forums.alfresco.com/en/viewtopic.php?f=47&t=21958

on exactly the same issue, the suggested fix at the bottom,to change the top to window,  did not work and had already been implemented in 3.3.0 4100

I am running just a plain old html iframe, not integrated with liferay or joomla.

My domain is a subdomain but is pointed to an external ip.

ie.

services.mydomain.com - resolves to 1.1.1.1
http://www.mydomain.com - resolves to 2.2.2.2
2 REPLIES 2

mikeh
Star Contributor
Star Contributor
It would perhaps be useful if you described the problems you're seeing in detail?

Thanks,
Mike

jollymon
Champ in-the-making
Champ in-the-making
I am hosting an index that looks like this

<html>
<body>

<iframe src ="http://10.69.0.25:8080/share" width="100%" height="100%">
</iframe>

</body>
</html>

Alfresco is running on this server at that port. It will load the share interface and everything just fine, however it will not display the document library. It seems like the ajax issue and I was wondering how to address this.