I'm working against a new install of Alfresco 4.2d and I want to use the LibreOffice Online Editing module. I know that people say "oh well just use CMIS instead". Poo to that, the setup is way more complicated than I'm going to put my users through. Comparatively I've seen that the LibreOffice Online Editing module is a way better experience to interface with Alfresco.
So, I've made some good progress, I think.
I've compiled the module, and installed it into share.war, but the module doesn't show up on the modules page to enable it.
I've used openjdk-7-jre and openjdk-7-jdk to compile and run it. No errors were thrown.
Buddy Ashex on IRC pointed out I needed to blow tomcat/webapps/share folder away while alfresco was off, then when it comes back on it will regenerate it with the new module.
Turns out, module authentication failed, so I gotta figure out the cert signing tomorrow.
Okay so I'm trying to sign the module, but I'm not having any luck figuring it out. I configured the libreoffice-launcher-applet\pom.xml to point to the absolute location of ssl.keystore but it doesn't seem to be accepting that and the included passwords.
I'm going to try a few other things that just came to mind.
If anyone can point out what exactly I need to do that would be appreciated.