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
-----------------------------------------

----- Original Message ----- 
From: "Mark M" <[EMAIL PROTECTED]>
To: "CFAussie Mailing List" <[EMAIL PROTECTED]>
Sent: Tuesday, April 27, 2004 9:42 AM
Subject: [cfaussie] RE: Java CFX in coldfusion MX 6.1


> If i remember to back in the dat I did some Java CFX development, you ARE
able to
> create test beds for CFX tags..
>
> But I also remember it seemed like such a pain in the a$$ that I could be
bothered.
>
> Maybe there is a tool someone should develop ;o)
>
> Mark
> ------------------------------------------------------------------
> [EMAIL PROTECTED]
> ICQ: 3094740
> Safe From Bees
> [ www.safefrombees.com ]
>
>
> Quoting Andrew Scott <[EMAIL PROTECTED]>:
>
> > Yeah I agree, just wish there could be a setting for disabling it in
> > development though:-)
> >
> > Oh well....
> >
> >
> > 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 Mike
Everest
> > Sent: Tuesday, 27 April 2004 9:03 AM
> > To: CFAussie Mailing List
> > Subject: [cfaussie] RE: Java CFX in coldfusion MX 6.1
> >
> > yes, it is a little annoying - i discovered it myself some time ago, and
had
> > similar trouble to discover the truth ;-)
> >
> > but in terms of efficiency, it sure makes for a slicker overall
> > implementation on for a production system to do it that way.
> >
> > cheers,  Mike.
> >
> > +----------------------------------------------------+
> > | VeriPay mPOS - Anywhere, Anytime                   |
> > | Puts money in your bank while you're on the road   |
> > | Secure Credit Card Transactions via SMS messaging  |
> > | From Xilo Online                www.xilo.com/mpos  |
> > +----------------------------------------------------+
> >
> >
> >
> > ---
> > 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
> >
> >
> >
>
> ---
> 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
>
>


---
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

Reply via email to