Versioner sammenlignet

Nøgle

  • Linjen blev tilføjet.
  • Denne linje blev fjernet.
  • Formatering blev ændret.

...

Intet format
2013-02-26 08:14:41,013  INFO  [webscripts.connector.EndpointManager] [http-apr-80-exec-3] Throttled authentication handshake, waiting for reconnect timeout on: http://localhost:8080/alfresco/s
 2013-02-26 08:14:41,013  INFO  [webscripts.connector.EndpointManager] [http-apr-80-exec-3] Throttled call to: /remoteadm/has/alfresco/site-data/chrome/default-sub-component-chrome.xml?s=sitestore waiting for reconnect timeout on: http://localhost:8080/alfresco/s
 2013-02-26 08:14:41,013  INFO  [webscripts.connector.EndpointManager] [http-apr-80-exec-3] Throttled authentication handshake, waiting for reconnect timeout on: http://localhost:8080/alfresco/s

Info fra https://forums.alfresco.com/forum/general/non-technical-alfresco-discussion/resolving-port-80-instead-8080-09052008-2110

Info

To forward port 80 requests to port 8080 add the following in old">Alfresco/tomcat/conf/server.xml

 

	    <Connector port="80" protocol="HTTP/1.1" URIEncoding="UTF-8"
		connectionTimeout="20000"
		redirectPort="8080"
		/>

above:

		<Connector port="8080" protocol="HTTP/1.1" URIEncoding="UTF-8"
		connectionTimeout="20000"
		/>

 

Edit: and the above poster is right, we need to keep 8080, you delete it. I am not sure where it is referenced in Alfresco's Java classes, but it is.