sergiu gordea wrote:

We instantiate the schedueled jobs in the constructor of a tool defiened in turbine configurations.
I suspect that turbine uses laizy loading and the tool is not instantiated untill it is used for the first time, am I right?

Yep. You are right. Thats the case.

So ... the real problem is to start turbine and to instantialte the tools automatically, imeadiate after tomct restart.

Do you have an idea of how can I achieve this in a better way then using lynx to generate a request?

Use wget... ;) Just kidding.

I know there is a way to force tomcat to load all apps right after start instead of doing so after first request, but at this point i can only point you to their config because i can't remember anymore how exactly.
I'm certain it is as simple as adding the reloadable="true" to the context of your app.


Michael

--
Michael Kunze
http://www.smrealms.de

How much Sex can you have? - I don't know. I havn't maxed out yet.
(John Crichton in Farscape)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to