More testing results, may be significant - the error messages received
when running as a service?

Run as Service
        <init-param>
                <param-name>BLUEDRAGON_XML</param-name>
                <param-value>../etc/openbd/bluedragon.xml</param-value>
        </init-param>

Error messages are different...
        UnsatisfiedLinkError invoking CFXNativeLib method
when using absolute path: <module>E:/Explorers_Log/webroot_cfmlapps/
customtags/cfx_openimage.dll</module>

        Native library does not exist: ./webroot_cfmlapps/customtags/
cfx_openimage.dll
when using relative path: <module>./webroot_cfmlapps/customtags/
cfx_openimage.dll</module>


Then, stopping the service, and starting openBD/Jetty with start.jar,
the CFX tag worked.  Maybe related, I had to change webdefault.xml to
        <init-param>
                <param-name>BLUEDRAGON_XML</param-name>
                <param-value>./etc/openbd/bluedragon.xml</param-value>
        </init-param>

        Note changing the relative path map from ../etc (service) to ./etc
(start.jar).

I have now tried this on two different XP Pro SP3 machines and one
Vista Home Premium, all with the same results - (repeatable).

Thanks,

Rob
--~--~---------~--~----~------------~-------~--~----~
Open BlueDragon Public Mailing List
 http://groups.google.com/group/openbd?hl=en
 official blog @ http://blog.openbluedragon.org/
!! save a network - trim replies before posting !!
-~----------~----~----~----~------~----~------~--~---

Reply via email to