On 10/3/06, Panayiotis Papadopoulos <[EMAIL PROTECTED]> wrote:
but it plays on Linux so i ll focus on that... So my question now it will be if i can modify the example to server my needs ... As i said i want to index 4 tables so i ll have to run 4 instances of the same example ? Starting 4 Jettys or there is any smarter way ?
It depends on the size of the tables. You can use a single schema for all the tables if you want. If they are large enough, it's probably advisable to put them in separate servlets or servers. -Yonik