I'm quoting Jim Davis here:
When CFMX runs a page it actually takes your source file and compiles it
to a Java class.  It's actually that Java class that's run when the page
is requested.

CF is supposed to recompile these pages whenever they change - sometimes
it gets stuck and doesn't do it, other times the cached classes get
corrupted. In either case deleting the classes will force CF to
recompile everything from scratch - hopefully eliminating your problem.

The class cache is maintain in the CF directory (when CF is installed -
NOT your web directory).  I think this is usually
c:\cfusionmx\wwwroot\WEB-INF\classes (or very close).  (Sorry - I'm not
in front of a server at the moment)

You should see a bunch of Java class files with names based on your CFML
files.  Delete them and they will be recreated on the next file access.

-----Original Message-----
From: Graham Pearson [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 30, 2003 10:03 AM
To: CF-Talk
Subject: CFMX Inquiry (Problem)


I have ran into a strange problem this morning with CFMX and I am 
unable to find a solution to this. 


I am running CFMX with Apache under Windows and in one of my 
applications I have made a change to the mainpage.cfm with an <CFABORT> 
command on the 4th line. When I login to this application I get the 
entire mainpage.cfm contents. I have looked through the cfmx directory 
to try and find where the cached pages are located at without any 
success. Anyone have the Path to where these cached pages are at?



--
Graham Pearson, System Administrator / Certified Webmaster / 
Northern Indiana Educational Services Center Http://www.niesc.k12.in.us
Email: [EMAIL PROTECTED]

Voice (800) 326-5642 / (574) 254-0111 Fax: (574) 254-0148`

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Host with the leader in ColdFusion hosting. 
Voted #1 ColdFusion host by CF Developers. 
Offering shared and dedicated hosting options. 
www.cfxhosting.com/default.cfm?redirect=10481

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to