Hi All,
We are using Mach-ii on a shared hosting environment. We are also
using a shared SSL connection.
We're running into the problem where the application runs fine on its
regular domain (i.e..
www.mydomain.com), but running into an error
when its under the shared SSL connection (i.e.
https://www.xyz.com/mydomain/)
In particular, the error is
Could not find the ColdFusion Component or Interface
MachII.util.Utils.
Ensure that the name is correct and that the component or interface
exists.
The error occurred in C:\Websites\200121ar8\webroot\MachII\framework
\AppFactory.cfc: line 105
Called from C:\Websites\200121ar8\webroot\MachII\framework
\AppLoader.cfc: line 136
Called from C:\Websites\200121ar8\webroot\MachII\mach-ii.cfc: line 138
Called from C:\Websites\200121ar8\webroot\MachII\mach-ii.cfc: line 75
103 : <cfset logFactory = arguments.parentAppManager.getLogFactory
() />
104 : <cfelse>
105 : <cfset utils = CreateObject("component",
"MachII.util.Utils").init() />
106 : <cfset expressionEvaluator = CreateObject("component",
"MachII.util.ExpressionEvaluator").init() />
The application is placed in the site root folder. Would anyone have
any insight on this problem?
addition notes:
- we have only have MachII folder, application.cfc and index.cfm in
webroot folder
- we are using mapping in application.cfc to
- <cfset MACHII_CONFIG_PATH = ExpandPath("/../appName/config/
appName.xml") />
Thank you all!
Jimmy