Koozali.org: home of the SME Server

Bitnami Alfresco Issue

Offline ddougan

  • *
  • 155
  • +0/-0
    • http://www.DouganConsulting.com
Bitnami Alfresco Issue
« on: December 06, 2009, 09:31:44 AM »
I have successfully installed the Bitnami stack for Alfresco on my 7.4 test box; however, I have a problem trying to authenticate a CIFS connection from a Windows PC to the Alfresco repository. Windows can’t see the share, either using \\servername\alfresco or \\servernamea\alfresco. I've tried a Vista and an XP Pro PC with the same results. I am able to connect from my Mac using WebDAV.

Does anyone running this stack have access using CIFS? What did you need to do to make it work?


Des
Des Dougan

Offline vasco99

  • 3
  • +0/-0
Re: Bitnami Alfresco Issue
« Reply #1 on: July 18, 2012, 11:24:55 AM »
- Use Bitnami Alfresco Stack in Windows XP

After installing this is working "out of the box"

Browser:
http://127.0.0.1:8080/share/
http://127.0.0.1:8080/alfresco/

Use ftp:
Host: 127.0.0.1
ftp://127.0.0.1/ in Explorer should work

Use WebDav:
Control Panel -> My Network places -> add a network place -> Choose another location -> Internet or network address =  http://localhost:8080/alfresco/webdav (I think http://127.0.0.1:8080/alfresco/webdav also works)
then just enter username/password.

ref: http://docs.alfresco.com/4.0/index.jsp?topic=%2Fcom.alfresco.enterprise.doc%2Ftasks%2Ftuh-maptodrive.html


Use CIFS:
open C:\Alfresco-4.0.d-1\apache-tomcat\shared\classes\alfresco-global.properties
Input:

# Configure the CIFS server
cifs.enabled=true
cifs.serverName=Alfresco
cifs.domain=WORKGROUP
cifs.hostannounce=true
cifs.sessionTimeout=500
cifs.ipv6.enabled=false
cifs.WINS.autoDetectEnabled=true

save file and restart server
just input in explorer
\\alfresco\alfresco
Now you can map a drive to it

worked for me

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: Bitnami Alfresco Issue
« Reply #2 on: July 18, 2012, 11:52:00 AM »
ahem.. vasco99.. is it something about windows or SME?

Offline vasco99

  • 3
  • +0/-0
Re: Bitnami Alfresco Issue
« Reply #3 on: July 18, 2012, 11:55:14 AM »
Sorry I didn't understand your question. I just tried to reply to the question in this post.

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: Bitnami Alfresco Issue
« Reply #4 on: July 18, 2012, 01:00:18 PM »
I meant: your how-to is SME related or Alfresco related (on windows)?

Offline vasco99

  • 3
  • +0/-0
Re: Bitnami Alfresco Issue
« Reply #5 on: July 18, 2012, 01:09:34 PM »
It is Alfresco related, in particular Bitnami Alfresco, as requested in the original Post...And that was my problem also, so when I got that working I thought I should share with others....

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: Bitnami Alfresco Issue
« Reply #6 on: July 18, 2012, 01:20:44 PM »
ok, thank you

Offline chris burnat

  • *****
  • 1,135
  • +2/-0
    • http://www.burnat.com
Re: Bitnami Alfresco Issue
« Reply #7 on: July 18, 2012, 03:20:41 PM »
Moving to General Discussion as requested.  This is not (strictly speaking) an official contrib.
- chris
If it does not work out of the box, please fill in a Bug Report @ Bugzilla (http://bugs.contribs.org)  - check: http://wiki.contribs.org/Bugzilla_Help .  Thanks.