10-04-2007 05:27 AM
01-11-2011 10:28 PM
01-11-2011 11:38 PM
01-17-2011 04:25 AM
01-24-2011 06:22 PM
01-31-2011 05:23 AM
02-18-2011 03:53 AM
Here is an example of a working config :
Sorry for the presentation but the <code> tags are pretty unreadable.
Generate a keystore file :
keytool -genkey -alias tomcat -keyalg RSA -keystore thefile.keystore
(to add your own certificate see http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html#Prepare_the_Certificate_Keystore)
In the file server.xml :
———————————————————————————————————————–
<Listener className="org.apache.catalina.core.AprLifecycleListener" SSLEngine="off" />
[…]
<Connector port="8080" URIEncoding="UTF-8" protocol="org.apache.coyote.http11.Http11Protocol"
connectionTimeout="20000"
redirectPort="8443" />
<Connector port="8443" protocol="HTTP/1.1" maxThreads="200"
scheme="https" secure="true" SSLEnabled="true"
keystoreFile="TheKeystoreFile" keystorePass="ThePasswd"
clientAuth="false" sslProtocol="TLS" />
———————————————————————————————————————–
Then restart Alfresco and go to https://address:8443/share
I hope it will work for you too.
02-21-2011 05:09 AM
web.application.context.url=http://127.0.0.1:8080/alfresco
Try to find them and modify them.03-06-2011 05:12 PM
07-14-2014 10:42 PM
04-05-2011 01:49 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.