Hi Jitu,

So I don't really understand this model.  Wouldn't each client potentially
be able to interfere with another client's crawl, and even have access to
that client's credential information?  The MCF UI is not designed at this
time to support subscription-style crawling services.

If you want a wholly separate *instance* of MCF per client, then all you
need to do is configure each instance to use a separate database instance,
and make sure your MCF instances each have their own port.  Postgresql
supports multiple instances trivially, so you would merely change the
db.name and db.user properties.xml to be unique for your instance.  There
is also a properties.xml parameter to set the port that Jetty uses, if you
are using jetty.

Karl



On Fri, Aug 8, 2014 at 5:27 AM, Jitu <[email protected]> wrote:

> Hi,
>
> i have a requirement where i have to expose ManifoldCF crawler UI
> interface to my clients. So i need one login per client but i don't want of
> deploy one instance per client. Is it possible to create multiple logins in
> manifoldCF? As per ManifoldCF.java line number 635 only one login is
> supported at this moment. correct me if i am wrong. Please guide me how to
> achieve this.
>
> Regards,
> Jitu
>

Reply via email to