Follow the PluginManager installation process. Then restart the site.
OpenOffice 2.3 (or greater) has to be installed locally or remotely.
OpenOffice Installation and startup
- Download OpenOffice 2.3 (or greater), and install it as explained in OpenOffice documentation.
- Add the
program sub directory of OpenOffice home directory to the path.
- Launch OpenOffice to listen on port 8100 :
soffice -headless -nofirststartwizard -accept="socket,port=8100;urp;"
Additionnal installation to install OpenOffice on a remote server
To request OpenOffice from a remote server, a web service has to be deployed on the same server as OpenOffice.
The web service is provided by a J2EE webapp.
You may either use the webapp embedded in a Tomcat unzipping jodconverter-tomcat-2.2.0.zip
(make sure a convenient JDK is installed and JAVA_HOME is configured),
or deploy the webapp jodconverter-webapp-2.2.0.zip in your favorite J2EE app server.
If you wan't to restrict the acces to the web service, you have to do this with a firewall.
The web service does not provide restriction for a IP range.
- Install a JDK 1.5
- Download
jodconverter-tomcat-2.2.0.zip
- Unzip
jodconverter-tomcat-2.2.0.zip
- Start the web service with
jodconverter-tomcat-2.2.0/bin/startup.bat or jodconverter-tomcat-2.2.0/bin/startup.sh
- Add the following property in
WEB-INF/data/custom.prop and restart JCMS.
jcmsplugin.pdfconverter.openoffice.jodwebservice.url:
http://openofficeservername:8080/converter/service