Hot answers tagged alfresco
5
It sounds like a pretty horrific case of Vendor Lock-in. If I were in your place, I'd spend some serious time unpicking the Laserfiche file format with hex editors, and so on, see if I could figure out anything from the content of the file, and the hex representation of it. It might turn out that there's something standards-compliant buried inside an ugly ...
2
You need to create a SMTP connector for that address space and configure it to relay messages to the server which will handle them:
http://support.microsoft.com/kb/265293/en-us
http://www.msexchange.org/tutorials/configuring-smtp-connector.html
2
As you're on Enterprise, you can stop and start subsystems through JMX
If you've not worked with JMX before, then the Alfresco wiki has quite a bit of information on it, and the Enterprise Documentation covers it too, including a guide to using JConsole.
(You can also start and stop subsystems via code, if you need to do it programatically, the relevant ...
2
I think I understand what you're after. Assuming I'm correct, you've got the same setup we have, and the simple answer is "Yes, it works"
Let's try for some ASCII art of a directory tree:
Root
|--->Computers
|--->Special Accounts
|--->Accounts (*)
|-->Head Office Users
| |->Jim Smith
| |->Jane Jones
...
1
Your problem will most likely be related to having a full disk but even if it's not something else will break because of it so tackle that first. Use the command
du --max-depth=1 / | sort -rn
to get a list of the files and directories and the disk space they use (in blocks). The higher up the list the more disk space being used. You can then use the same ...
1
Assuming you are hosting Alfresco in a Tomcat container and assuming you have enabled the AJP protocol in that Tomcat instance (recommended) on the default port in Tomcat's server.xml, something like the following should work.
ProxyPass /alfresco ajp://localhost:8009/alfresco
ProxyPassReverse /alfresco ajp://localhost:8009/alfresco
ProxyPass /share ...
1
For Q1, I think you are the most qualified one to come up with problems that can pop up in your environment. For many of your bullets I would like to ask ideas about how the candidate would do the tasks; for example, when it comes to shell access, would they use something like rssh or lshell for restrictions, would they use SELinux and so on.
The best kind ...
1
This line in your error log would suggest the problem lies with your database configuration:
org.springframework.beans.factory.BeanCreationException:
Error creating bean with name 'luceneIndexBackupComponent'
defined in class path resource [alfresco/core-services-context.xml]:
Invocation of init method failed; nested exception is
...
1
Alfresco maintains an introduction user guide, it is called Alfresco in one hour and is available in 5 languages, PDF or video. Unfortunately requires free registration.
More exhaustive is Getting started with Explorer DM which explains everything people need to use the Alfresco Explorer to do document management.
1
I bought CMS Watch's ECM Report, it contains a very detailed comparison. It is not free though :-(
And all other comparisons I could find are already quite old... sorry :-/
Try asking on Nuxeo and Alfresco's forums.
Only top voted, non community-wiki answers of a minimum length are eligible
