03-20-2012 01:00 PM
Not Found
The requested URL /share/res/modules/editors/tiny_mce/plugins/table/table.htm was not found on this server.
I can try the URL … https://foobar.com/share/res/modules/editors/tiny_mce/plugins/table/table.htm and sure enough I can't access the file but if I try https://foobar.com:8443/share/res/modules/editors/tiny_mce/plugins/table/table.htm there is no problem.worker.list=tomcat
worker.tomcat.port=8009
worker.tomcat.host=localhost
worker.tomcat.type=ajp13
worker.tomcat.lbfactor=1
and my apache conf has …JkMount /share/* tomcat
JkMount /share tomcat
JkMount /alfresco tomcat
JkMount /alfresco/* tomcat
03-22-2012 12:03 PM
JkUnMount /share/res/modules/editors/tiny_mce/* tomcat
You then make a directory tree to mimic the file system in Tomcat (for tiny_mce)share/res/modules/editors/tiny_mce
cp -a ~/alfresco-4.0.c/tomcat/webapps/share/modules/editors/tiny_mce /my/apache/www-root/share/res/modules/editors
AliasMatch ^/share/res/modules/editors/tiny_mce/(.*) /var/home/whoever/alfresco-4.0.c/tomcat/webapps/share/modules/editors/tiny_mce/$1
03-22-2012 02:00 PM
AliasMatch ^/share/res/modules/editors/tiny_mce/(.*) /share/modules/editors/tiny_mce/$1
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.