Re: coyote standalone?

2005-02-11 Thread Bill Barker
Adam Fisk [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Can I use Coyote HTTP 1.1 server outside of the rest of tomcat? I'm interested in just plugging in the coyote jar for serving static content using Jetty, but it appears to have dependencies on the rest of tomcat. I

Re: coyote standalone?

2005-02-11 Thread Adam Fisk
Great -- I'll try it. Thanks! -Adam Bill Barker wrote: Adam Fisk [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Can I use Coyote HTTP 1.1 server outside of the rest of tomcat? I'm interested in just plugging in the coyote jar for serving static content using Jetty, but it

coyote standalone?

2005-02-10 Thread Adam Fisk
Can I use Coyote HTTP 1.1 server outside of the rest of tomcat? I'm interested in just plugging in the coyote jar for serving static content using Jetty, but it appears to have dependencies on the rest of tomcat. I don't want to use the rest of Tomcat due to size constraints. Thanks. -Adam

Re: coyote standalone?

2005-02-10 Thread Brad Neuberg
Hi Adam. I always get headaches when I got into the Tomcat source base; its almost too abstract and I can't figure out what does what. There is a book that is comming out or may already be out that details Tomcat's internal architecture that I've been meaning to read. Why isn't Jetty enough

Re: coyote standalone?

2005-02-10 Thread Adam Fisk
Hi Brad- The Jetty ResourceHandler works fine, but it's just a little clunky and unmaintainable. I already adapted their static resource handler to suite my needs, but there are lots of methods that are about 100 lines long and things like that. It does things like require a Jetty Resource

Re: coyote standalone?

2005-02-10 Thread Brad Neuberg
Adam, sounds interesting. Can't wait to see the results. Feel free to keep talking with me if you have any more questions or ideas. By the way, I pushed out a first release of Paper Airplane last sunday. Check out the blog post and installation instructions on it at

Re: coyote standalone?

2005-02-10 Thread Adam Fisk
Wow -- I somehow missed that. I'll definitely check it out. Congratulations on the release! -Adam Brad Neuberg wrote: Adam, sounds interesting. Can't wait to see the results. Feel free to keep talking with me if you have any more questions or ideas. By the way, I pushed out a first release