09-02-2009 12:53 PM
09-02-2009 01:02 PM
09-03-2009 04:38 AM
09-03-2009 06:28 AM
09-03-2009 12:01 PM
09-03-2009 05:36 PM
09-21-2009 09:09 AM
vti.server.port=7070
vti.alfresco.deployment.context=/alfresco
vti.alfresco.alfresoHostWithPort=http://myserver:8080
vti.share.shareHostWithPort=http://myserver:8080
is "myserver" to be replaced with "localhost"? Or do I need to set the FQDN or the IP ?vti.server.port=7070
vti.alfresco.deployment.context=/alfresco
vti.alfresco.alfresoHostWithPort=http://localhost:8080
vti.share.shareHostWithPort=http://localhost:8080
and how to connect right now ? http://ip:7070/alfresco
by trying to use a shared webspace under WINDOWS?netstat -tapn | jsvc
shows a listening tomcat on port 7070 …
09-21-2009 12:43 PM
vti.server.port=7070
vti.alfresco.deployment.context=/alfresco
vti.alfresco.alfresoHostWithPort=http://theserversname:8080
vti.share.shareHostWithPort=http://theseversname:8080
09-22-2009 02:37 AM
http://IP:8080/alfresco
I'm currently using apache's proxy for this, because we need our zarafa-webaccess via http / https on ports 80 / 443 …<VirtualHost *:80>
ServerAdmin webmaster@localhost
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ProxyRequests Off
ProxyPass /alfresco http://127.0.0.1:8080/alfresco
ProxyPassReverse /alfresco http://127.0.0.1:8080/alfresco
ProxyPass /share http://127.0.0.1:8080/share
ProxyPassReverse /share http://127.0.0.1:8080/share
DocumentRoot /var/www
<Directory /var/www/>
Options -Indexes FollowSymLinks
AllowOverride None
Order allow,deny
allow from all
</Directory>
ErrorLog /var/log/apache2/error.log
LogLevel warn
CustomLog /var/log/apache2/access.log combined
</VirtualHost>
09-22-2009 08:00 AM
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.