[jira] [Commented] (CONNECTORS-189) Add the mail archive links to the mail.html page

2011-04-28 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13026154#comment-13026154 ] Karl Wright commented on CONNECTORS-189: Please! What did you have in mind?

[jira] [Created] (CONNECTORS-191) All .bat files should have CRLF attribute in svn

2011-04-28 Thread Karl Wright (JIRA)
All .bat files should have CRLF attribute in svn Key: CONNECTORS-191 URL: https://issues.apache.org/jira/browse/CONNECTORS-191 Project: ManifoldCF Issue Type: Bug Components:

[jira] [Resolved] (CONNECTORS-191) All .bat files should have CRLF attribute in svn

2011-04-28 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright resolved CONNECTORS-191. Resolution: Fixed Fix Version/s: ManifoldCF next r1097349 All .bat files

Re: Sync Directory

2011-04-28 Thread Karl Wright
No sync directory specified basically means there is no cross-process synchronization. All synchronization is within process. For the Quick Start, which runs in a single process, this is fine. For a multi-process setup, you must have one. If the doc's not clear on this point we should clarify

Re: Sync Directory

2011-04-28 Thread Karl Wright
The setup where there are three distinct web application deployments and a separate agents process is a multiprocess setup, yes. Karl On Thu, Apr 28, 2011 at 10:10 AM, Farzad Valad ho...@farzad.net wrote: So is deploying the 3 war files on the same Tomcat considered multi-process setup?

Re: [VOTE] Release Apache ManifoldCF 0.2-incubating, RC2

2011-04-28 Thread Erlend Garåsen
+1 from me as well. 1. Verified the CHANGES.txt 2. Tested the binary release (tar.gz) on OS X: - md5sums - ant test - Did a web crawl and indexed Solr 3.1 using the example (Jetty + Derby) - Deployed on Resin 4.0.15, crawled the web, indexed Solr 3.1 and used an external PostgreSQL server (new

Multi-process setup

2011-04-28 Thread hokie
I don't get something. When I run the agent process and that I'm pointing it to my properties.xml file where connector.xml file is listed. Why do I have to manually register my connectors? I've ran DBCreate, Install and Register(CrawlerAgent). Noticed I have to issue register commands for

Re: Multi-process setup

2011-04-28 Thread Karl Wright
connectors.xml only applies to the Quick Start. All connectors are registered every time you run the process. For a multiprocess setup, there is no single process this should occur on, and furthermore, it is more technically correct to register a connector only once. Some of the steps of

Re: Starting Agent

2011-04-28 Thread Karl Wright
It sounds OK to me. Karl On Thu, Apr 28, 2011 at 5:55 PM, ho...@farzad.net wrote: When I run the agent process, I get the following messages: Running... Configuration file successfully read and then it is just waiting.  Am I suppose to get a message saying Agent Started or something more