Could someone who worked on the “Apache Tomcat” and the “Single Instance 
Install” entry on the OpenBD wiki help me?  I’m using the Xampp package 
which has Apache 2.2, MySQL 5.5, Tomcat 7.0 and the mod_proxy_ajp 
connector.  On my first pass, I used the “Single Install” instructions to 
add in the mod_jk connector and never got stuff working.  I’ve now 
re-installed using “Single Install”, but ignoring the “mod_jk” stuff in 
favor of trying to use the “mod_proxy_ajp” connector.

Now, when I call the OpenBD Administrator with this url:
localhost/bluedragon/administrator/login.cfm

It gives me a CreateObject error on line: 
C:/xampp/tomcat/webapps/bluedragon/administrator/Application.cfc Line: 31

And here is the line:
Application.administrator = 
CreateObject("component",bluedragon.adminapi.Administrator");

After playing around with the code, (I’ve been doing some legacy CF, but 
our code doesn’t use CreateObject), I discovered that moving the desired 
cfc into the same adminstrator directory would work for the that particular 
create.  It’s like OpenBD doesn’t know that 
“bluedragon.adminapi.Administrator” is a valid path to the 
Administrator.cfc file.

My feeling is that I don’t have the Proxy - Pass Through Method set up 
right, but don’t know where to go from here.

I’m beating on this  because I really want to use MxUnit and it gives me 
the same error.

TIA

Steve

-- 
online documentation: http://openbd.org/manual/
   google+ hints/tips: https://plus.google.com/115990347459711259462
     http://groups.google.com/group/openbd?hl=en

Reply via email to