Question
Cannot access com objects in a instanced server.
We are running 7.0.2 and were running our website on the
default server for years. We recently created two instances and
moved our webserver to the two instances. Everything works great
with the exception of accessing a registered com object from a cfm
page. Under the two new instances, I get the following error.
java.lang.NoClassDefFoundError Exception
com/linar/jintegra/AutomationException
Under the default server, the same code works great. I have compared all my settings on the two instances to the default server and all is the same.
Is there any know issues with accessing com objects from an server instance or am I just missing something simple?
Thanks for any help.
java.lang.NoClassDefFoundError Exception
com/linar/jintegra/AutomationException
Under the default server, the same code works great. I have compared all my settings on the two instances to the default server and all is the same.
Is there any know issues with accessing com objects from an server instance or am I just missing something simple?
Thanks for any help.
