3 Tier deployment

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2012 11:42 PM
Hi guys,
For a specific project I have to install Alfresco 4.0.1 on separate VMs like following :
- Share (192.168.1.91)
- Alfresco (repository) (192.168.1.92)
- Database (PostgreSQL) (192.168.1.93)
- FileSystem (192.168.1.94)
After I have configured alfresco-global.properties file on Share instance and Alfresco instance, I can't get further than the Alfresco login page and keep getting the error message :
"Failed to Login. The remote server may be unavailable or your authentication details have not been recognized."
When I'm looking at the "alfresco" Database I have created in PostgreSQL server I get all the tables created automatically by Alfresco.
Maybe I'm missing something I shouldn't in the alfresco-global.properties so here are the two of them first the Share :
Here is the Repository :
Thanks for your help!
For a specific project I have to install Alfresco 4.0.1 on separate VMs like following :
- Share (192.168.1.91)
- Alfresco (repository) (192.168.1.92)
- Database (PostgreSQL) (192.168.1.93)
- FileSystem (192.168.1.94)
After I have configured alfresco-global.properties file on Share instance and Alfresco instance, I can't get further than the Alfresco login page and keep getting the error message :
"Failed to Login. The remote server may be unavailable or your authentication details have not been recognized."
When I'm looking at the "alfresco" Database I have created in PostgreSQL server I get all the tables created automatically by Alfresco.
Maybe I'm missing something I shouldn't in the alfresco-global.properties so here are the two of them first the Share :
################################# Common Alfresco Properties ################################dir.root=/alf_datadir.keystore=${dir.root}/keystoreshare.context=shareshare.host=192.168.1.91share.port=8080share.protocol=httpalfresco.context=alfrescoalfresco.host=192.168.1.92alfresco.port=8080alfresco.protocol=httpdb.driver=org.postgresql.Driverdb.url=jdbc:postgresql://192.168.1.93:5432/alfrescodb.name=alfrescodb.username=alfrescodb.password=alfrescouseUnicode=yes&characterEncoding=UTF-8ooo.exe=sofficeooo.enabled=falsejodconverter.officeHome=./OpenOffice.orgjodconverter.portNumbers=8101jodconverter.enabled=trueimg.root=./ImageMagickswf.exe=./bin/pdf2swf## Index Recovery Mode#————-#index.recovery.mode=AUTO## Outbound Email Configuration#————-#mail.host=#mail.port=25#mail.username=anonymous#mail.password=#mail.encoding=UTF-8#mail.from.default=alfresco@alfresco.org#mail.smtp.auth=false## Alfresco Email Service and Email Server#————-# Enable/Disable the inbound email service. The service could be used by processes other than# the Email Server (e.g. direct RMI access) so this flag is independent of the Email Service.#————-#email.inbound.enabled=true# Email Server properties #————-#email.server.enabled=true#email.server.port=25#email.server.domain=alfresco.com#email.inbound.unknownUser=anonymous# A comma separated list of email REGEX patterns of allowed senders.# If there are any values in the list then all sender email addresses# must match. For example:# .*\@alfresco\.com, .*\@alfresco\.org# Allow anyone:#————-#email.server.allowed.senders=.*## The default authentication chain# To configure external authentication subsystems see:# http://wiki.alfresco.com/wiki/Alfresco_Authentication_Subsystems#————-#authentication.chain=alfrescoNtlm1:alfrescoNtlm#imap.server.enabled=true#imap.server.port=143#imap.server.host=localhost# Default value of alfresco.rmi.services.host is 0.0.0.0 which means 'listen on all adapters'.# This allows connections to JMX both remotely and locally.#alfresco.rmi.services.host=0.0.0.0## RMI service ports for the individual services.# These seven services are available remotely.## Assign individual ports for each service for best performance # or run several services on the same port. You can even run everything on 50500 if needed.## Select 0 to use a random unused port.# #avm.rmi.service.port=50501#avmsync.rmi.service.port=50502#attribute.rmi.service.port=50503#authentication.rmi.service.port=50504#repo.rmi.service.port=50505#action.rmi.service.port=50506#wcm-deployment-receiver.rmi.service.port=50507#monitor.rmi.service.port=50508
Here is the Repository :
################################# Common Alfresco Properties ################################dir.root=/alf_datadir.keystore=${dir.root}/keystoreshare.context=shareshare.host=192.168.1.91share.port=8080share.protocol=httpalfresco.context=alfrescoalfresco.host=192.168.1.92alfresco.port=8080alfresco.protocol=httpdb.driver=org.postgresql.Driverdb.url=jdbc:postgresql://192.168.1.93:5432/alfrescodb.name=alfrescodb.username=alfrescodb.password=alfrescouseUnicode=yes&characterEncoding=UTF-8ooo.exe=sofficeooo.enabled=falsejodconverter.officeHome=./OpenOffice.orgjodconverter.portNumbers=8101jodconverter.enabled=trueimg.root=./ImageMagickswf.exe=./bin/pdf2swf## Index Recovery Mode#————-#index.recovery.mode=AUTO## Outbound Email Configuration#————-#mail.host=#mail.port=25#mail.username=anonymous#mail.password=#mail.encoding=UTF-8#mail.from.default=alfresco@alfresco.org#mail.smtp.auth=false## Alfresco Email Service and Email Server#————-# Enable/Disable the inbound email service. The service could be used by processes other than# the Email Server (e.g. direct RMI access) so this flag is independent of the Email Service.#————-#email.inbound.enabled=true# Email Server properties #————-#email.server.enabled=true#email.server.port=25#email.server.domain=alfresco.com#email.inbound.unknownUser=anonymous# A comma separated list of email REGEX patterns of allowed senders.# If there are any values in the list then all sender email addresses# must match. For example:# .*\@alfresco\.com, .*\@alfresco\.org# Allow anyone:#————-#email.server.allowed.senders=.*## The default authentication chain# To configure external authentication subsystems see:# http://wiki.alfresco.com/wiki/Alfresco_Authentication_Subsystems#————-#authentication.chain=alfrescoNtlm1:alfrescoNtlm#imap.server.enabled=true#imap.server.port=143#imap.server.host=localhost# Default value of alfresco.rmi.services.host is 0.0.0.0 which means 'listen on all adapters'.# This allows connections to JMX both remotely and locally.#alfresco.rmi.services.host=0.0.0.0## RMI service ports for the individual services.# These seven services are available remotely.## Assign individual ports for each service for best performance # or run several services on the same port. You can even run everything on 50500 if needed.## Select 0 to use a random unused port.# #avm.rmi.service.port=50501#avmsync.rmi.service.port=50502#attribute.rmi.service.port=50503#authentication.rmi.service.port=50504#repo.rmi.service.port=50505#action.rmi.service.port=50506#wcm-deployment-receiver.rmi.service.port=50507#monitor.rmi.service.port=50508
Thanks for your help!
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2012 03:49 AM
