I'm interested in executing some code at container startup time. Weblogic provides for such functionality -- you build a class that implements the interface "weblogic.common.T3StartupDef", set some properties in the weblogic.properties file, Weblogic will load your class and invoke your implementation of the "startup()" method on that interface upon container startup. Does JBoss provide such functionality? Thanks in advance ! P.S. -- For reference, docs on Weblogic's 'startup' features can be located via their "Weblogic documentation map" under "Developer Guides" under the topic "Doing work at server startup and shutdown" mailto:[EMAIL PROTECTED] Aspen Technology, Inc. 200 South Street New Providence, New Jersey 07974 -- -------------------------------------------------------------- To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] List Help?: [EMAIL PROTECTED]
