You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@roller.apache.org by Thomas-W Hofmann <th...@db.com> on 2007/03/21 16:39:35 UTC

What happens at startup ?

Hi,

I just try to get things optimized in my clustered environment. 
In the build from Trunk I currently use Search is not working (No message 
in logfile at startup)

Can someone just direct me where I can find how Roller background jobs are 
started, where the Search engine is started  and which classes are 
involved ?

Thank you

Thomas



--

Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtuemlich erhalten haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail ist nicht gestattet.

This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.

Re: What happens at startup ?

Posted by Allen Gilliland <al...@sun.com>.
The startup process kicks off from the 
RollerContext.contextInitialized() method, so if you check out that 
method you can see what's happening.

The search code is mostly housed in the IndexManager and the other 
classes in the roller.business.search package.

-- Allen


Thomas-W Hofmann wrote:
> Hi,
> 
> I just try to get things optimized in my clustered environment. 
> In the build from Trunk I currently use Search is not working (No message 
> in logfile at startup)
> 
> Can someone just direct me where I can find how Roller background jobs are 
> started, where the Search engine is started  and which classes are 
> involved ?
> 
> Thank you
> 
> Thomas
> 
> 
> 
> --
> 
> Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtuemlich erhalten haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail ist nicht gestattet.
> 
> This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
>