Tim, Thanks for the reply. I am looking for some thing simlar to Jakarta Avalon in Tomcat, a component container which can manage the lifecycle and component lookup. For eg, I would write a subscriber manager component and configure it in server.xml. I expect TC to load, intialize and start the module. Also from the servlet/JSP these component instance should be accessible.
Any pointer on how to implement this would be greatly appreciated. TIA Sreejith -----Original Message----- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Saturday, December 20, 2003 5:47 PM To: Tomcat Developers List Subject: Re: Custom Compoents It depends what you mean by custom components. Tomcat is servlet and JSP container so much of your code can be written to the spec and be portable to any servlet container. But there items not addressed by the specs or purposefuly left out. In those cases, you need to write tomcat specific code. Start with the FAQ. http://jakarta.apache.org/tomcat/faq/ -Tim Sreejith wrote: > Hi all, > I am fairly new to TC. Can any body tell how to develop and deploy > custom components in Tomcat. > > TIA > Sreejith. > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]