I'm trying to make the edit to the java.policy file, per the CFMX for JRun
U3 Release Notes, and I can't seem to get the right syntax for the grant
codeBase. I keep getting this error:

java.security.policy: error adding Entry:
        java.net.MalformedURLException: no protocol:
<file:C:JRun4serverscfmx1cfusionWEB-INFcfusionlib*>
java.security.policy: error adding Entry:
        java.net.MalformedURLException: no protocol:
<file:C:JRun4serverscfmx1cfusionWEB-INFlib*>

My reaction was that the file separator was being escaped, so I put in the
break-escape, but I still get the error:

java.security.policy: error adding Entry:
        java.net.MalformedURLException: no protocol:
<file:/C:/JRun4/servers/cfmx1/cfusion/WEB-INF/cfusion/lib/*>
java.security.policy: error adding Entry:
        java.net.MalformedURLException: no protocol:
<file:/C:/JRun4/servers/cfmx1/cfusion/WEB-INF/lib/*>

I'm using Windows. Has anybody gotten the correct syntax down? If so, would
you mind sharing it?

Thanks in advance,
Dave.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to