05-28-2009 05:33 AM
05-28-2009 09:50 AM
06-01-2009 04:48 AM
Definitly in apache.
For the connection between apache and tomcat use mod_jk to do the port mapping (8080–>80).
06-01-2009 05:16 AM
06-04-2009 05:54 AM
<VirtualHost *>
ServerName share.mydomain.com
RedirectMatch permanent (/.*) http://myipaddress:8080/share$1
</VirtualHost>
<VirtualHost *>
ServerName share.mydomain.com
JkMount /* ajp13
JkMount /*.jsp ajp13
JkMount /share/* ajp13
DirectoryIndex index.jsp index.html
</VirtualHost>
workers.tomcat_home=/opt/Alfresco/tomcat/
workers.java_home=/usr/java/jdk1.6.0_13
ps=/
worker.list=default
worker.ajp13.port=8009
worker.ajp13.host=192.168.6.5
worker.ajp13.type=ajp13
worker.ajp13.lbfactor=1
06-22-2009 01:53 PM
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.