0 Replies Latest reply on Aug 10, 2016 3:22 PM by metaphiz

    Wrong Template Path

    metaphiz

      I just set up JBoss 7.1.1 and to deploy ColdFusion 11 and I have confirmed that ColdFusion is running on JBoss. But when I try to load a web site, I get a page not found error. I notice in the debugging info that the template path is incorrect.

       

      It should be like this:

      C:\jboss-7.1.1.Final\standalone\deployments\cfusion.war\finance02\default.cfm

       

      But it's like this:

      C:\jboss-7.1.1.Final\standalone\tmp\vfs\deployment18dde21d379c002f\cfusion.war-1b3fef09164 49a43\finance02\default.cfm

       

      The URL accessed is:

      http://localhost:8080/cfusion/finance02/default.cfm

       

      What could cause the path to be incorrect and how can I fix it?