Maybe your hosting company *does* have a mapping for / (in which case
they need to remove it).

On 6/7/06, Douglas Knudsen <[EMAIL PROTECTED]> wrote:
I have a project I'm using teh latest coldspring code on.  Works great
on my local PC.  Have coldspring residing in the web root and no
mapping.  Move the code to a server with coldspring setup in teh
webroot and no mapping as well, but its a shared host.  I get the
following

 Could not find the ColdFusion Component
coldspring.beans.AbstractBeanFactory being thrown from
createObject( 'component', 'coldspring.beans.DefaultXmlBeanFactory').init()

note that it finds coldspring.beans.DefaultXmlBeanFactory fine, but
bombs trying to find
coldspring.beans.AbstractBeanFactory.

A simple test of
createObject( 'component', 'coldspring.beans.BeanFactory')
works as well.

thoughts or suggestions?

Reply via email to