Cfcompile on CF9 server
Running CF9 server on desktop (XP) and laptop (Win7). Attempting to compile my coldfusion webpages in a dos window:
My syntax: c:/coldfusion9/bin cfcompile -deploy c:/coldfusion9/wwwroot c:/coldfusion9/wwwroot/pagestocompile c:/coldfusion9/wwwroot/pagescompiled
It compiled my Application.cfc fine, but the rest of the pages, 10 in all, seem screwed up with alternating code like this in each page:
-B
SourceFile /C:\ColdFusion9\wwwroot\pagestocompile\board.cfm cfboard2ecfm1014393436 coldfusion/runtime/CFPage <init> ()V
com.macromedia.SourceModTime 0P coldfusion/runtime/CfJspPage pageContext #Lcoldfusion/runtime/NeoPageContext; getOut ()Ljavax/servlet/jsp/JspWriter; javax/servlet/jsp/PageContext
parent Ljavax/servlet/jsp/tagext/Tag; com.adobe.coldfusion.* bindImportPath (Ljava/lang/String;)V !
and then normal, uncompiled code like this:
</ul>
<!-- close header -->
</div>
<!-- close outerHeader -->
</div>
<div id="outerContent">
<div id="contentWrapper">
<div id="leftcol">
<ul>
When I attempt to view the pages in a browser (any browser) with localhost:8500/(name of template) in the address bar, the pages display like this too, all screwed up. I attempted cfcompile on both desktop and laptop with same results. I installed CF9 with default settings for developer edition. Does NE1 have any idea what the problem is? Cfcompile worked fine for many years in CF8 and until I upgraded to CF9. Thanx for NE help!
