03-16-2008 06:17 AM
03-16-2008 10:44 AM
1) How do I run the webclient to see the content created by the FirstJCRClient?The easiest way to do this is to install the full web client (eg. using the Tomcat bundle for your OS) then configure it to use the same database and content store (the directory pointed to by the "dir.root" property) as the FirstJCRClient. It would probably be a good idea to reconfigure the FirstJCRClient to use a content store located in a shared location - from memory the default configuration is to use a subdirectory of the FirstJCRClient directory itself, which (while technically fine) is a bit confusing when it's shared.
2) What is the purpose of the webclient? Is this mean't to be used as a standalone administration console for another sites content?The web client is Alfresco's user interface, and is primarily an end user tool - it includes an administration console as well, although that's a minor part of the system. If you've used the content community site (http://www.alfresco.com/community/register/) or customer / partner portal (http://customers.alfresco.com/) you've seen the web client - both of those sites are vanilla Alfresco installations.
03-16-2008 06:07 PM
03-16-2008 07:13 PM
When I run the second client i.e. FirstJCRExample is complains with an obscure message about the 'data.dir' not pointing to a valid location etc.It's probably complaining about "dir.root", which indicates that the FirstJCRClient is not configured with the same database or content store (filesystem directory) as the web client installation. Alfresco performs a series of integrity checks on startup, to ensure that the database and content store it's been configured with are in sync. If they're not in sync, you'll get the kinds of errors you describe.
So my question is this to have the deployment I desire i.e. Two separate processes 1) The web client and 2) My web site with CMS/JCR I need to configure a cluster?The short answer is yes - if you have two separate processes (JVMs) that interact with the same repository (database + content store) then they need to be configured as a cluster if you ever expect to run both of them concurrently. If you intend to only run one of them at a time, then they do not need to be configured as a cluster however.
03-17-2008 10:15 AM
03-17-2008 11:24 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.