Mark Blair, Thanks a heap that is exactly what I was looking for:-)
Regards Andrew Scott Technical Consultant NuSphere Pty Ltd Level 2/33 Bank Street South Melbourne, Victoria, 3205 Phone: 03 9686 0485 - Fax: 03 9699 7976 -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Blair Sent: Tuesday, 27 April 2004 9:56 AM To: CFAussie Mailing List Subject: [cfaussie] RE: Java CFX in coldfusion MX 6.1 Guys, I think this should solve your problem, might have to put the CFX class in one of the directories mentioned below, I think this should be okay, but I've not checked it. cheers Mark http://cfmxplus.blogspot.com/2002_08_04_cfmxplus_archive.html ----------------------------------------- Enabling dynamic class reloading in CFMX By default, CFMX will NOT dynamically reload changed servlets and CFOBJECT classes. This is a performance optimization. In a development environment, you may want to change that. In the file [cfmx_home]\wwwroot\WEB-INF\jrun-web.xml, add the following line within the existing <jrun-web-app> element: <reload>TRUE</reload> Restart the server. CFMX will now reload classes from [cfmx_home]\wwwroot\WEB-INF\classes as well as classes in jar/zip archives in [cfmx_home]\wwwroot\WEB-INF\lib. Note: The [cfmx_home]\wwwroot\WEB-INF\classes directory must contain class files only, not class archives. Java class archives belong under the [cfmx_home]\wwwroot\WEB-INF\lib directory ----------------------------------------- --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
