silverlight - Clientaccesspolicy.xml to be found under a port on Tomcat -


i running tomcat 6 server configured use port 7787.i have post data silverlight app servlet running on server.ofcourse crossdomain requires me have clientaccesspolicy.xml in root.

i have seen various questions here , on web , have same answer.to put xml in webapps/root.this works if try access xml via

http://somedomain/  

however since servlet running on port 7787 have post somedomain:7787 , silverlight tries find xml under

http://somedomain:7787/ 

this unsuccesfull.

i sure silverlight indeed check somedomain:7787 xml used firebug confirm it.is there in tomcats configuration can change or somewhere else can place xml silverlight can find under port 7787.or there perhaps can change on silverlight side post being done?

on windows machine copy 2 security files tomcat's webapps/root folder long can response ...:7787/crossdomain.xml, anyway solution ok. looks silverlight cares response.

i created silverlight client , ok response both wcf service , tomcat.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -