Well, I can get classes to start up when Orion starts:
Edit your orion-application.xml file

<orion-application>
        ...
    <client-module path="start-this-jar.jar" auto-start="true"
user="who-should-start-it">
        <arguments>
            <argument value="argumentValue1"/>
          </arguments>
    </client-module>
        ....
</orion-application>

Notice the auto-start and user tags.  The jar you want to start up will also
need an appropriate manifest (with the Main-Class property set correctly).
That should do the trick for you.  And be sure to read the documentation &
the mailing-archives, as this topic (like most) has been discussed &
resolved before.

-jason


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Tim Pouyer
Sent: Friday, August 10, 2001 1:27 PM
To: Orion-Interest
Subject: Re: JMS Problem


The start up class in weblogic is specific to that server.  It is not part
of the j2ee spec and there is no equivalent in orion.
----- Original Message -----
From: Vikas Malhotra
To: Orion-Interest
Sent: Friday, August 10, 2001 7:24 AM
Subject: JMS Problem


hi,
can we specify any class as a startup class in Orion the same way we can do
in Weblogic.

Vikas

*********************************************************
Disclaimer

This message (including any attachments) contains
confidential information intended for a specific
individual and purpose, and is protected by law.
If you are not the intended recipient, you should
delete this message and are hereby notified that
any disclosure, copying, or distribution of this
message, or the taking of any action based on it,
is strictly prohibited.

*********************************************************
Visit us at http://www.mahindrabt.com


Reply via email to