java - Is there any Jetty IIS Connector available for IIS server? -


there web application in sharepoint. have html i-frame (colorbox) shows page, different url, java web application deployed in jetty.

there 'close' button in java web application should close i-frame opened sharepoint i.e access parent element close given below settimeout(function () {parent.$.fn.colorbox.close();}, 1500);

while accessing parent element, getting permission error in firebug error: permission denied access property 'parent' ($ or tostring)

what internet says regarding this: 1) cross domain issue: application in single domain, there application deployed in tomcat using above method , able achieve functionality. there tomcat iis connector installed , configured on iis sharepoint server, looks permitting requests. 2) javascript issue: have tried multiple available on internet return same exception

so watching concluded must jetty iis connector or other settings need done

if can provide valuable suggestion in case shall thankful

it due cross domain issue. not understanding posts available on internet. following details:

solution: used domain name instead of ip address. firstly, using 179.11.12.221 i.e ip, started using gugumal.portal.no , worked.

on sharepoint side: there no separate settings, worker files, same used tomcat, give machine name , ajp port name , work

jetty side: remember put ajp jar in \lib\ext work

thanks :)


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -