야외 공유로 끝나는 URL을 바꾸면 공유 화면이 자동으로 설치됩니다. 로그인 화면이 생깁니 까?
공유 내에서이 태그를 설정할 수 있으며, 태그는 내용 ....
프레스코 탐색기에서 당신이 카테고리를 사용할 수를 필터링 할 수 있습니다. 편집 세부 정보를 클릭하면 아래에 범주를 추가 할 수있는 패널이 표시됩니다. 당신은 스크린 샷이 문서/책을 볼 수 https://www.packtpub.com/article/implementing-document-management-alfresco-3-2
당신은 웹 확장 폴더에 어딘가에 공유 설정-있는 Custom.xml을 확인할 수 있습니다.
<config evaluator="string-compare" condition="Remote">
<remote>
<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://localhost:8080/alfresco/s</endpoint-url>
<identity>none</identity>
</endpoint>
<endpoint>
<id>alfresco</id>
<name>Alfresco - user access</name>
<description>Access to Alfresco Repository WebScripts that require user authentication</description>
<connector-id>alfresco</connector-id>
<endpoint-url>http://localhost:8080/alfresco/s</endpoint-url>
<identity>user</identity>
</endpoint>
<endpoint>
<id>alfresco-feed</id>
<name>Alfresco Feed</name>
<description>Alfresco Feed - supports basic HTTP authentication via the EndPointProxyServlet</description>
<connector-id>http</connector-id>
<endpoint-url>http://localhost:8080/alfresco/s</endpoint-url>
<basic-auth>true</basic-auth>
<identity>user</identity>
</endpoint>
</remote>
</config>
당신은 확인 올바른 프레스코 설치쪽으로 로컬 호스트 점, 다음 괜찮을해야 :
서면 이런 일이 있어야합니다. ip를 입력하지 않으면 Alfresco가 실행 중입니다. Share가 Alfresco와 연결되어 있지 않을 수도 있습니다. 로그 파일이 작동하지 않는 경우 alfresco.log를 표시하십시오.
감사합니다. @Shazada! 멋지지만 설치 후 공유 관리자에 사용할 계정은 무엇입니까? admin/admin은/alfresco에 대해 greate를 수행하지만/share에 대해서는 적용하지 않습니다. –
동일해야합니다! –
그건 사실이야! 관리자가 구성 설정 파일을 어떻게 든 현지화로 관리했지만 해결되지 않았습니다! –