...
if you see an error about JAXB 2.0 API during start up, cp the file jaxb-api-2.1.jar
from alfresco.war's \WEB-INF\lib<tt> to tomcat\endorsed
directory and restart the server
If you see error messages about ERROR \messages about ERROR [activities.feed.AbstractFeedGenerator\] Exception during generation of feeds
Wiki Markup
you need a custom-scheduled-action-services-context.xml file. See the post [http://forums.alfresco.com/en/viewtopic.php?f=9&t=13093&p=43250&hilit=abstractfeedgenerator#p43250]
Using Alfresco share:
1. if the port is not 8080, replace all the reference to port 8080 under webapps/share to the new port
...
unpack and go to the RPMS directory and type rpm -ivh *.rpm.
the default installation directory is probably /opt/
change the tomcat/shared/classes/alfresco/extension/bootstrap/openoffice-startup-context.xml file and set the openOfficeStartupCommand as
<value><\!\[CDATA\[/opt/openoffice.org3/program/soffice.bin "-accept=socket,host=localhost,port=8100;urp;StarOffice.\
Wiki Markup
ServiceManager" "-env:UserInstallation=[file:////opt/openoffice.org3]" \ -nologo \ -headless \ -nofirststartwizard \ -nocrashrep \ -norestore\]\]\
></value>
note: 3E uses a different format, but the same idea.
Restart alfresco and make sure there is no error or warning in alfresco.log about the swftools or openoffice.
...