Gerry Giese
Posts: 18
Nickname: gerryg
Registered: Feb, 2003
|
|
Re: Best bets for lightweight servlet container/server?
|
Posted: Feb 17, 2004 8:41 AM
|
|
Tomcat is much, much bigger than what I'm looking for. I don't need all of it's manageability features, authentication, admin tools, JNDI (I don't think a servlet container needs this, but I could be wrong), clustering, etc. Yeah, I could take it and make a light version of it, but that would take a while (sorting out dependencies, testing, etc). I was hoping to find something small, tested, and well-defined (i.e., already done!).
Any other suggestions? Or is there anyone who thinks that a "Tomcat Light" project is worth pursuing? I've heard some people say that Tomcat is kinda slow, so maybe a tighter, more focused version is needed to improve performance and meet the needs of those folks who don't need all of Tomcat's capabilities.
|
|