10-26-2011 05:20 AM
https://1.2.3.4/go/http://1.2.3.5:8080/share
Agent utilisateur : Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; OfficeLiveConnector.1.4; OfficeLivePatch.1.3)
Horodateur : Wed, 26 Oct 2011 09:09:22 UTC
Message : Expected identifier, string or number
Ligne : 1
Caractère : 619
Code : 0
URI : https://1.2.3.4/go/http://1.2.3.5:8080/share/res/js/alfresco-min.js
Message : 'Alfresco.util.encodeHTML' is null or not an object
Ligne : 1
Caractère : 605
Code : 0
URI : https://1.2.3.4/go/http://1.2.3.5:8080/share/res/js/share-min.js
Message : 'Alfresco.service.Preferences' is null or not an object
Ligne : 75
Caractère : 7
Code : 0
URI : https://1.2.3.4/go/http://1.2.3.5:8080/share/page/site-index
11-02-2011 03:33 AM
Alfresco.doclib=Alfresco.doclib
var a=Alfresco.util.encodeHTML
11-02-2011 04:33 AM
<alfresco-config>
<!– ******** Standard Alfresco Developer Configuration ******** –>
<config replace="true">
<flags>
<!–
Developer debugging setting to turn on DEBUG mode for client scripts in the browser
–>
<client-debug>true</client-debug>
<!–
LOGGING can always be toggled at runtime when in DEBUG mode (Ctrl, Ctrl, Shift, Shift).
This flag automatically activates logging on page load.
–>
<client-debug-autologging>false</client-debug-autologging>
</flags>
</config>
<!– ******** Standard Alfresco Developer Configuration ******** –>
</alfresco-config>
11-07-2011 09:02 AM
<alfresco-config>
<config replace="true">
<flags>
<!–
Developer debugging setting to turn on DEBUG mode for client scripts in the browser
–>
<client-debug>true</client-debug>
<!–
LOGGING can always be toggled at runtime when in DEBUG mode (Ctrl, Ctrl, Shift, Shift).
This flag automatically activates logging on page load.
–>
<client-debug-autologging>false</client-debug-autologging>
</flags>
</config>
</alfresco-config>
I have restarted Alfresco and try to login. I have no message in catalina.out.Détails de l’erreur de la page Web
Agent utilisateur : Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; OfficeLiveConnector.1.4; OfficeLivePatch.1.3)
Horodateur : Mon, 7 Nov 2011 14:04:09 UTC
Message : Expected ';'
Ligne : 2988
Caractère : 3
Code : 0
URI : https://1.2.3.4/go/http://1.2.3.5:8080/share/res/yui/dragdrop/dragdrop-debug.js
Message : Expected identifier, string or number
Ligne : 135
Caractère : 61
Code : 0
URI : https://1.2.3.4/go/http://1.2.3.5:8080/share/res/js/alfresco.js
Message : 'Alfresco.util.encodeHTML' is null or not an object
Ligne : 106
Caractère : 4
Code : 0
URI : https://1.2.3.4/go/http://1.2.3.5:8080/share/res/js/share.js
Message : 'Alfresco.service.Preferences' is null or not an object
Ligne : 95
Caractère : 7
Code : 0
URI : https://1.2.3.4/go/http://1.2.3.5:8080//share/page?pt=login
01-18-2012 08:01 AM
It might make more sense to add an Apache web server in front of Tomcat and trim the front off the URL to make it more standard.We try this solution. We have set the Apache server (port 80) in front of tomcat (port 8080) on the same server.
ProxyRequests Off
RewriteEngine On
RewriteRule ^/share/(.*) /$1 [PT]
ProxyPass / http://ged:8080/share/
ProxyPassReverse / http://ged:8080/share/
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.