The url doesn't resolve unless I add that folder and put the jar files in the web root. Now correct me if I am wrong, but isn't Cf supposed to look in c:\CFusionMX\wwwroot\web-inf\lib for the jar files regardless if you are using the built in server or IIS/Apache?
Eric -----Original Message----- From: Dave Watts [mailto:[email protected]] Sent: Monday, February 08, 2010 12:31 PM To: cf-talk Subject: Re: JSP in CF issue > Here is the xml in web.xml... > > <servlet> > <servlet-name>SaveServlet</servlet-name> > <servlet-class>com.ez_signature.signature.SaveServlet</servlet-class> > </servlet> > <servlet-mapping> > <servlet-name>SaveServlet</servlet-name> > <url-pattern>/SaveServlet</url-pattern> > </servlet-mapping> > > I am not sure what that does 100%...but I would assume that it is to save the signature image when you click on the button to do > so...that is just a guess. Those are just defining a servlet name and corresponding URL pattern. With that defined, the URL http://yourserver.com/SaveServlet should invoke the program located in com.ez_signature.signature named SaveServlet. > Here are the errors from the java console (this is the part that may as well be in Greek *grin*...the only thing I can gleen is that > the pathing may not be right, but as far as I can tell, everything is placed properly physically speaking.): > > Java Plug-in 1.6.0_18 > Using JRE version 1.6.0_18-b07 Java HotSpot(TM) Client VM > User home directory = C:\Documents and Settings\Administrator > > ... > > 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. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, on ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:330478 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

