On Mon, Feb 8, 2010 at 10:30 AM, Dave Watts <[email protected]> wrote: >> java.io.FileNotFoundException: >> https://localhost/jobappl_qa/EzApplet/ezsign-applet.jar > > Does this URL resolve properly? It looks like you need a client-side > applet to use this, and that the web server can't find it.
We've been working with a (different) signature capture applet as well and one thing I'll mention that has caused us problems is that the applet needs proper security permissions in order to access the system hardware (COM ports and the like). If you do not have the correct java security policy file in place, you'll get completely spurious errors from the applet like "FileNotFoundException" in spite of the fact that the jar file is being found. Judah ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330480 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

