In resin 3.x there was <socket-policy-file> config, where do I put that in 4.x?

Here is the full setting from 3.x that worked great.

    <!-- define the servers in the cluster -->
    <server id="" address="127.0.0.1" port="6800">

        <protocol port="843" 
type="com.caucho.protocols.flash.SocketPolicyProtocol">
                <init>
                
<socket-policy-file>/workspace/browser/webSrv/crossdomain.xml</socket-policy-file>
                </init>
                </protocol>
        </server>

Right after cluster. I see that SocketPolicyProtocol is still in the
resin 4.x source, just not sure how to set up config.

Actionscript will not talk to  resin w/o it.

tia,
.V


_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to