Hello ,

            I'm trying to use weblucene in our application . i have created the index 
using IndexRunner class  sucessfuly.

  When i try to access the webapplication using - 
http://localhost:8080/weblucene/search?dir=blog&query=query

  i'm getting a blank page , with the following error in the console .

  Caught error: java.io.IOException: D:\home\weblucene\webapp\WEB-INF\var\blog\index 
not a directory
  java.io.IOException: D:\home\weblucene\webapp\WEB-INF\var\blog\index not a directory 
. 

  Where should i set my path for weblucene directory ?
  Where could be the problem ?

  Thanks in advance !!

Reply via email to