Re: How do I get a servlet or a bean to load on startup in Orion?
Posted By:
Bozidar_Dangubic
Posted On:
Thursday, April 11, 2002 04:53 AM
you can have the servlet load on startup by setting it up in the web.xml to startup. you can also have the entire application load on startup by telling orion in the orion-installation-dir/config/server.xml where you defined your application to load on startup. if the servlet is part of the application that is set to load on startup it will be loaded on startup.