Hi, Markus Auchmann schrieb: > > Here is a part of the error which I receive from Tomcat: > > ----------------->8-------------------- > Exception in thread "http-8080-Processor25" > org.apache.bsf.BSFException: /// Java-exception (RexxAndJava) occurred: > [com.sun.star.comp.helper.BootstrapException: no office executable > found!] \\\ BSF4Rexx subfunction "invoke": object > '[EMAIL PROTECTED]' - method [BOOTSTRAP], method not found or error > (exception) executing method! > ----------------->8-------------------- >
I have been using Tomcat and OpenOffice.org together without any problems. You have to initialize the connection differently to a standalone application. Instead of calling bootstrap() you have to connect to a running and listening office. See chapter 3.3.1 of the developers guide for more information. HTH Flo --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
