You can stick this in a .bat file net stop "ColdFusion MX ODBC Agent" net stop "ColdFusion MX ODBC Server" net stop "ColdFusion MX Application Server"
Del C:\CFusionMX\wwwroot\WEB-INF\cfclasses\*.* /Q net start "ColdFusion MX Application Server" net start "ColdFusion MX ODBC Agent" net start "ColdFusion MX ODBC Server" WG -----Original Message----- From: Graham Pearson [mailto:[EMAIL PROTECTED] Sent: 30 June 2003 16:28 To: CF-Talk Subject: RE: CFMX Inquiry (Problem) Thanks that solve the issue once I deleted all of those files, and Stopped/Started the Coldfusion Services. > They are in [cf web root]\WEB-INF\cfclasses > > WG > -----Original Message----- > From: Graham Pearson [mailto:[EMAIL PROTECTED] > Sent: 30 June 2003 16:03 > 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 Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

