cancel
Showing results for 
Search instead for 
Did you mean: 

Changing the openoffice port

jimmykirk
Champ in-the-making
Champ in-the-making
I would like to change the openoffice.org listening port. I am running another app(ZenOSS) that utilizes port 8100.

I see that it starts up in this file:
/opt/Alfresco/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/subsystems/thirdparty/default/openoffice-transform-context.xml

I would change that to the desired port so that it launches openoffice to listen on say 8110

However, I don't see how to change the call to the port. The closest thing I see is in

/opt/Alfresco/tomcat/shared/classes/alfresco/extension/remote-openoffice-context.xml.sample

Would I just remove the .sample from this file to put it live or would I need to do something else to make the change.
1 REPLY 1

jimmykirk
Champ in-the-making
Champ in-the-making
I changed the first file to launch openoffice on port 8108. I still get an error saying it can't connect. However, running "lsof -i:8108" shows that it does in fact launch on port 8108. Now, to get Alfresco to look for it there.

I tried changing info in "remote-openoffice-context.xml.sample" using the IP of 127.0.0.1 with port 8108 and saving it out as an XML file, but it did not work.

Would "remote-openoffice-context.xml.sample" need to be saved out with just an xml extension or would that file need to be copied to another directory? Any ideas?