Re: startup class

2004-11-24 Thread Andrew Hill
Plugins are indeed what you are looking for. Nathan Coast wrote: Hi, Is there any way to execute some code when a module loads? I could write servlets with the code in the init method and then declare them in the web.xml. However I'd like to do this on a per-module basis without having to add

startup class

2004-11-24 Thread Nathan Coast
Hi, Is there any way to execute some code when a module loads? I could write servlets with the code in the init method and then declare them in the web.xml. However I'd like to do this on a per-module basis without having to add to the web.xml. Are plugins what I'm looking for? -- Nathan Coas