cancel
Showing results for 
Search instead for 
Did you mean: 

Share writes wrong URLs

marctsg
Champ in-the-making
Champ in-the-making
Hi.  I have Alfresco Share 3.0 Enterprise installed on a separate host from my repository.  I overrode the urls of the endpoints in webscript-framework-config-custom.xml.  When I log in, all web-script URLs are incorrect.  They look like http://sharehost/service/page/user/marcs/dashboard, but the script is at http://sharehost/page/user/marcs/dashboard

My endpoints are the only changes I have made to my share app.  They look like this:
<endpoint>
            <id>alfresco-noauth</id>
            <name>Alfresco - unauthenticated access</name>
            <description>Access to Alfresco Repository WebScripts that do not require authentication</description>
            <connector-id>alfresco</connector-id>
            <endpoint-url>http://alfrescohost/alfresco/s</endpoint-url>
            <identity>none</identity>
         </endpoint>

I am wondering what I might have overlooked that caused this change.
1 REPLY 1

marctsg
Champ in-the-making
Champ in-the-making
I should add that I have noticed that this only happens when I configure Share as the default webapp.  If I navigate to it as <hostname>/share all the urls are formatted properly.  I would really like to be able to configure Share to serve as the default application on this host.  Is there anything I can do to coerce this behavior?