You could write a J2EE client module, and specify it should be started upon
startup of the server (can't remember in which .xml file it is specified).
Or you could write a program with a main() which will start your thread and
Orion... Look in the manifest of orion.jar to know the main class name.
Hope this helps.
Christophe
> -----Original Message-----
> From: Aleksi Kallio [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, October 25, 2000 12:57 PM
> To: Orion-Interest
> Subject: Starting thread when Orion starts
>
>
> I have a thread that needs to be running when Orion is up.
> How to implement it so that it automatically starts when
> Orion is started (ie. how Orion informs its bootup)?
>
>
>