Do I have to restart tomcat, or will tomcat realizes changes? If yes, in which cases I have to restart tomcat?
It is possible to code the jsp in such away that you don't need to restart. The NutchBean.get(SevletContext ctx) method basically store the returned NutchBean in the ctx effectively making NutchBean a singleton and thus keeping the index in memory (until reboot). However if you create the NutchBean yourself using either one of the constructors you can add it to the ServletContext yourself and more importantly remove it periodically and add a fresh one. What mechanism you use is up to you.
Andy
------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click _______________________________________________ Nutch-general mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nutch-general
