I tried that Dave but could not get mine to output the Java code for some
reason... :\


-----Original Message-----
From: Dave Watts [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, September 17, 2002 11:29 AM
To: CF-Talk
Subject: RE: FW: Jsp Vs Cfm (CFMX) -- Test Code

> I wonder how the CFMX compiler transforms *.cfm into 
> servlet code?

You can easily find out yourself, by editing this section of
\CFusionMX\wwwroot\WEB-INF\web.xml:

<context-param>
        <param-name>coldfusion.compiler.saveJava</param-name>
        <param-value>false</param-value>
        <description>
                Set this to "true" to produce java files for debugging
        </description>
</context-param>

You'll need to cycle the CF service after the change. The Java source code
will get dumped into the same directory as the class files:

\CFusionMX\wwwroot\WEB-INF\cfclasses

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

::::::::::::: dream :: design :: develop :::::::::::::
MXDC 02 :: Join us at this all day conference for 
designers & developers to learn tips, tricks, best 
practices and more for the entire Macromedia MX suite.

September 28, 2002  ::  http://www.mxdc02.com/
(Register today, seats are limited!)
::::::::::::::::::::::::::::::::::::::::::::::::::::::


______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to