Hello, i am trying to migrate from cfmx61 to railo 3.1.
I have customtags in this directory for cfmx61
C:\cfusionmx\customtags\myapp
i copied the directory to
{railo-web}/customtags/
and added this mapping through the railo administrator and also enabled the "Search subdirectories" setting.
I get this error the moment i try to access a page that calls anything from this directroy:
invalid component definition, can't find mycfc
My railo installation is deployed through glassfishv3.
EDIT: I get the error the moment this script is loaded:
<cfscript>
mycfcinstance = createobject("component","mycfc");
</cfscript>
In the legacy app that i try to migrate, a lot of CFCs have been stored in cfmx61's customtag path.