workers.tomcat_home=/opt/Alfresco/tomcat
workers.java_home=/usr/lib/jvm/java-6-sun-1.6.0.13/
ps=/
worker.list=worker1
worker.default.port=8009
worker.default.host=localhost
worker.default.type=ajp13
worker.default.lbfactor=1
JkWorkersFile /etc/apache2/workers.properties
…………….
# Send servlet for context /alfresco to your repository
JkMount /alfresco worker1
# Send JSPs for context /alfresco/* to your repository
JkMount /alfresco/* worker1
Luego .. en Apache .. debes crear un virtualhost que apunte a este ultimo "JKMount" a modo de <VirtualHost *:80>
ServerName alfresco.somedomain.com
RewriteEngine On
RewriteLogLevel 3
RewriteLog "/var/log/httpd/rewrite.log"
RewriteCond %{REQUEST_URI} !^/alfresco/
RewriteRule ^/. http://alfresco.somedomain.com/alfresco/ [R]
JkMount /alfresco/* worker1
</VirtualHost>
.. para esto te adjunto un post con ejemplos (que te puede venir bien :wink http://forums.alfresco.com/en/viewtopic.php?f=9&t=22176.Content from pre 2016 and from language groups that have been closed.
Content is read-only.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.