无法通过aos与Alfresco repo连接

问题描述:

您是我最后的希望......我很久以前一直在寻找答案。无法通过aos与Alfresco repo连接

我试图通过aos连接户外回购。我推“地图网络驱动器...”,我填写textFields。我的故事中奇怪的部分是我可以在本地连接,但我无法远程连接。我已经关闭了我的虚拟机服务器防火墙,只是为了大小写,但没有。

我已经编辑露天-global.propertries,我已经追加了以下内容:

############################### 
## Common Alfresco Properties # 
############################### 

dir.root=C:/ALFRES~1/alf_data 

alfresco.context=alfresco 
alfresco.host=127.0.0.1 
alfresco.port=8080 
alfresco.protocol=https 

share.context=share 
share.host=127.0.0.1 
share.port=8080 
share.protocol=https 

### database connection properties ### 
db.driver=org.postgresql.Driver 
db.username=alfresco 
db.password=root 
db.name=alfresco 
db.url=jdbc:postgresql://localhost:5432/${db.name} 
# Note: your database must also be able to accept at least this many    connections. Please see your database documentation for instructions on how to configure this. 
db.pool.max=275 
db.pool.validate.query=SELECT 1 

# The server mode. Set value here 
# UNKNOWN | TEST | BACKUP | PRODUCTION 
system.serverMode=UNKNOWN 

### FTP Server Configuration ### 
ftp.port=21 
ftp.enabled=true 

### RMI registry port for JMX ### 
alfresco.rmi.services.port=50500 
avm.rmi.service.port=0 
avmsync.rmi.service.port=0 
attribute.rmi.service.port=0 
authentication.rmi.service.port=0 
repo.rmi.service.port=0 
action.rmi.service.port=0 
deployment.rmi.service.port=0 

### External executable locations ### 
ooo.exe=C:/ALFRES~1/LIBREO~1/App/libreoffice/program/soffice.exe 
ooo.enabled=true 
ooo.port=8100 
img.root=C:\\alfresco-community\\imagemagick 
img.coders=${img.root}\\modules\\coders 
img.config=${img.root} 
img.gslib=${img.root}\\lib 
img.exe=${img.root}\\convert.exe 

jodconverter.enabled=false 
jodconverter.officeHome=C:/ALFRES~1/LIBREO~1/App/libreoffice 
jodconverter.portNumbers=8100 

### Initial admin password ### 
alfresco_user_store.adminpassword=329153f560eb329c0e1deea55e88a1e9 

### E-mail site invitation setting ### 
notification.email.siteinvite=false 

### License location ### 
dir.license.external=C:/ALFRES~1 

### Solr indexing ### 
index.subsystem.name=solr 
dir.keystore=${dir.root}/keystore 
solr.host=localhost 
solr.port.ssl=8443 
##solr.port.ssl=443 

### Allow extended ResultSet processing 
security.anyDenyDenies=false 

### Smart Folders Config Properties ### 
smart.folders.enabled=false 

### Remote JMX (Default: disabled) ### 
alfresco.jmx.connector.enabled=false 

### CIFS Server Configuration ### 
# The tcpipSMB and netBIOSSMB beans have a platforms property that allow  their configuration to be targeted to Alfresco servers running on specific  platforms. The property is formatted as a comma-separated list of platform IDs. Valid platform IDs are windows,linux,solaris, macosx and aix. 
cifs.platform=linux,solaris,macosx,windows 
cifs.enabled= true 
cifs.serverName=${localname} 
cifs.broadcast=192.168.0.255 
#An empty value indicates bind to all available network adapter 
cifs.bindto=192.168.0.85 
cifs.ipv6.enabled=true 
cifs.hostannounce=true 
cifs.pseudoFiles.enabled=false 
#controls whether URL shortcuts or desktop actions are displayed on CIFS. 
cifs.pseudoFiles.explorerURL.enabled=false 
#Is the URL shortcut for alfresco explorer shown ? 
#cifs.pseudoFiles.explorerURL.fileName=__Alfresco.url 
#Name of CIFS URL for alfresco explorer 
#cifs.pseudoFiles.shareURL.enabled=false 
# Enable the use of asynchronous sockets/NIO code 

cifs.disableNIO=false 

# Disable the use of JNI code. Only currently affects Windows 

cifs.disableNativeCode=false 

# Session timeout, in seconds. Defaults to 15 minutes i.e. 900 seconds, to  match the default Windows client setting. Maximum is 3600. 

# If no I/O is received within that time the session is closed by the server 

cifs.sessionTimeout=3600 

cifs.WINS.autoDetectEnabled=true 

cifs.sessionDebug=false 

# Can be mapped to non-privileged ports, then use firewall rules to forward  requests from the standard ports 

cifs.tcpipSMB.port=1445 

cifs.netBIOSSMB.sessionPort=1139 

cifs.netBIOSSMB.namePort=1137 

cifs.netBIOSSMB.datagramPort=1138 

### Authentication Chain ### 

authentication.chain=ldap1:ldap,alfrescoNtlm1:alfrescoNtlm 

ldap.authentication.java.naming.read.timeout=15000 

### Sync Settings ### 

synchronization.synchronizeChangesOnly=true 

synchronization.syncOnStartup=true 

synchronization.syncWhenMissingPeopleLogIn=true 

synchronization.import.cron=0 0 * * * ? 

### SharePoint settings ### 

vti.server.port=7070 

vti.server.external.host=shp.parkmill.splatcooking.net 

vti.server.external.port=443 

vti.server.external.protocol=https 
      vti.alfresco.alfrescoHostWithPort=https://alfresco.parkmill.splatcooking.net:443 
vti.share.shareHostWithPort=https://alfresco.parkmill.splatcooking.net:443 

vti.share.shareContext=/share 

### replication ### 

replication.enabled=true 

### orphan removal ### 

system.content.orphanProtectDays=1 
alfresco.authentication.authenticationCIFS=true 

而且我可以通过浏览器连接,但与网络驱动器映射没有希望。什么导致这个问题,我该如何解决它?

Thx为您的宝贵时间。 我在等你的答案

+1

你正在使用哪一种 - Alfresco Office Services(AOS)或WebDav? (他们不同!) – Gagravarr

+0

正如我写的,我使用AOS。 –

+0

你的问题标题说WebDav哪个不是一回事!此外,如果没有您使用的设置,我们将很难帮助 – Gagravarr

我相信你的问题是alfresco.host设置。您可以本地连接,因为它正在查看127.0.0.1(本地主机)。您的远程计算机尝试使用127.0.0.1(对本机而言),并且失败。

要解决此问题,请将alfresco.host和share.host属性更新为安装了Alfresco的服务器的IP或DNS名称。

+1

这也可能会使“在Microsoft Office中编辑”/“在线编辑”失败,因为它试图从您正在编辑的计算机(而非Alfresco服务器)检索文档。 – JonSolove