Skip to main content
Known Participant
September 6, 2010
Question

CF9 + Win 2008 32Bit + IIS7

  • September 6, 2010
  • 1 reply
  • 1118 views

I just migrate from CF8 to CF9. I have now a high CPU usage of Jrun.

I changed some scripts to get better use of cache and continue to search for solutions.

I noticed with "process monitor (by sysinternals)" that jrun is getting files on the wrong webroot path. I am not using the built in web server

I checked settings and reinstall IIS connector but it continue.

Any Idea ?

    This topic has been closed for replies.

    1 reply

    Known Participant
    September 7, 2010

    It occur when I use a <cfinclude template="/mydir/myfile.cfm">

    When I use  <cfinclude template="mydir/myfile.cfm"> it is OK. That's wierd because it should refer to the webroot which is in my case d:\wwwroot and not c:\coldfusion9\wwwroot

    And for the other CF files I don't know how to fix that... any idea where CF store this webroot path ?

    Inspiring
    September 7, 2010

    Include files using a directory starting with '/' do not use your IIS web root.  They need to be configured as mappings in the CF administrator.

    http://help.adobe.com/en_US/ColdFusion/9.0/Admin/WSc3ff6d0ea77859461172e0811cbf3638e6-7ffc.html#WSc3ff6d0ea77859461172e0811cbf364104-7ff9

    Known Participant
    September 8, 2010

    Thanks I did it but it continue to go on c:\coldfusion9\wwwroot\

    And it could not find C:\ColdFusion9\lib\oosdk\bin\macromedia\jdbc\sqlserver\SQLServerURLParser.class

    Where could I change the main root path into CF ???