Could not determine OpenOffice installation.
Posted by john at 11:44 PM
0 comments - Categories: Adobe | Coldfusion
first off for multiple jrun instances you want to make sure the Open Office libraries are available for each instance.
these can be foudn in the {application.home}/servers/cfusion/cfusion-ear/cfusion-war/WEB-INF/cfusion/lib/oosdk directory. you'll want to copy and paste the oosdk directory to the corresponding location in each of your seperate instances and then restart them.
Secondly you want to make sure your jvm.config file has the following entries:
java.args should contain an argument -Dcom.sun.star.lib.loader.unopath="C:\Program Files (x86)\OpenOffice.org 3\program"
java.library should contain an ,{application.home}/servers/cfusion/cfusion-ear/cfusion-war/WEB-INF/cfusion/lib/oosdk/classes/win
and finally your
java.classpath should havethe following two entries
,{application.home}/servers/cfusion/cfusion-ear/cfusion-war/WEB-INF/cfusion/lib/oosdk/classes
,{application.home}/servers/cfusion/cfusion-ear/cfusion-war/WEB-INF/cfusion/lib/oosdk/lib