I suppose that iJetty, like Jetty, is a servlet container. It's open source, have you considered stripping it down to bare HTTP?
Search for embedded Java HTTP servers that would be used in devices such as routers. If your needs are very simple and highly constrained, building you own HTTP server would give you the smallest footprint. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

