Petar Maymounkov wrote: > 3. If I don't need any fancy features for my purposes, how > small can I make Tomcat as an embedded server? >
It's kind of tricky. The 'Embedded' interface doesn't, by itself, make Tomcat 4 any smaller. It's just an alternative to the config files. There are lots of extra libraries that come with the binary intallation, like xerces.jar and mail.jar, that aren't strictly required, but you still need all the core code. I had a need for a subset of Tomcat 4, and found it easier to reimplement some of the core classes than try to use them the way they were. You may or may not find the code useful, but this might give you some ideas: http://www.distributopia.com/servlet_stuff/catalina_mtc.html You might also check out Tomcat 3, I understand that there has been some work done on making a smaller version. -- Christopher St. John [EMAIL PROTECTED] DistribuTopia http://www.distributopia.com -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
