RE: Calling CFC's through Browser Request

2004-07-22 Thread Dave Watts
Not handling the situation will allow the CFC to throw an uncaught exception to the User- again I won't (?) be able to put try/catch statements around the CFC. You should be able to trap this with CFERROR or the site-wide error handler. Dave Watts, CTO, Fig Leaf Software

Re: Calling CFC's through Browser Request

2004-07-22 Thread Nikhil Madani
Not handling the situation will allow the CFC to throw an uncaught exception to the User- again I won't (?) be able to put try/catch statements around the CFC. You should be able to trap this with CFERROR or the site-wide error handler. Dave Watts, CTO, Fig Leaf Software

RE: calling cfc's

2003-02-22 Thread Benoit Hediard
You could use a JRun virtual mapping : - edit c:/CFusionMX/wwwroot/WEB-INF/jrun-web.xml, - add the com virtual mapping : virtual-mapping resource-path/com/resource-path system-pathE:/cfcomponents/com/system-path /virtual-mapping (if your CFC naming convention is com.mycompany.myCFC)

RE: calling cfc's

2003-02-21 Thread Raymond Camden
I'd use a mapping - and enforce the location under the mapping. === Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc Member of Team Macromedia Email: [EMAIL PROTECTED] Blog : www.camdenfamily.com/morpheus/blog