> 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!)
::::::::::::::::::::::::::::::::::::::::::::::::::::::

______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to