Re: Web Application Indexing Error

2008-09-09 Thread 叶双明
use classpath! 2008/9/9 Alexander Aristov <[EMAIL PROTECTED]> > Hi > > Build path and classpath at runtime are different matters. Where do you run > your servlet, in which container. > > Mainly all servlet containers should add all libraries located under > WEB-INF/lib, so you must place your luc

Re: Web Application Indexing Error

2008-09-08 Thread Alexander Aristov
Hi Build path and classpath at runtime are different matters. Where do you run your servlet, in which container. Mainly all servlet containers should add all libraries located under WEB-INF/lib, so you must place your lucene jar files there. Alex 2008/9/9 VikramIyer <[EMAIL PROTECTED]> > > Hi,