Yeah, you can,

Adnd on a second note, you can configure your java module that is
defined to start autmatically in orion-application.xml (under
application-deployments and your Application). Then in that very
module's META-INF's directory under your Applciation's tree you can adsd
the class you want Orion to start up in the MANIFEST.MF file.


In the file you modifythe first 3 lines in the following manner:

Manifest-Version:1.0
Main-Class:com.your-pkg.YourApp
Name: Your Application


Have fun !!!

-----Original Message-----
From:   Magnus Rydin
Sent:   Thu 5/17/2001 5:07 AM
To:     Orion-Interest
Cc:     
Subject:        SV: Running a Class at Server Startup

You could autostart a Servlet that kicks another class?

> -----Ursprungligt meddelande-----
> Fr�n: S.Badrinarayanan [mailto:[EMAIL PROTECTED]]
> Skickat: den 17 maj 2001 00:59
> Till: Orion-Interest
> �mne: Running a Class at Server Startup
> 
> 
> Hi
> 
> Is it possible to run a class when the orion server initially 
> starts up?
> 
> I am looking for something like the following using Weblogic:
> weblogic.system.startupClass.initialise=<class-name>
> weblogic.system.startupArgs.initialise=<arguments>
> 
> thx
> sb
> 
> 
> Chequemail.com - a free web based e-mail service that also pays!!!
> http://www.chequemail.com
> 



winmail.dat

Reply via email to