Mike Townend wrote: > You could sandbox the DSN off... That way only your app could access it ?
Can you? The way I understand the Java security model is that in the end it can only protect the file system and the network, i.e. you can set permissions on files and directories and you can set permissions on ports and IP addresses. Sandboxes indeed have options to protect datasources, but given it is built on top of the Java security model I would not be surprised if sufficiently knowledgeable Java programmers could circumvent that. Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

