I have an instance on CFMX 6.1 set up on Tomcat 5.0 with Apache 2.0. I am testing an application that uses a lot of cfc's, and one of the problems I am having is that the context of the application in Tomcat is mapped to /cfusion/wbt, but the application calls cfc's that are sitting in /cfusion/wbt/com as per the code snippet below:

<cfset anobject= createObject("component","com.peregrine.acfc")>

I have tried calling the cfc like so:

<cfset anobject= createObject("component","cfusion.wbt.com.peregrine.acfc")>

but that isn't working. Rather than fool around with this for hours I was hoping someone else can suggest how to correct the path problem so the cfc can be called correctly.

The base url of the application in IIS/JRun is mapped to /, so calling com.peregrine in the cfc works in that configuration.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to