On Thu, Dec 23, 2010 at 9:50 PM, perumal316 <[email protected]> wrote: > But I want to host Apache Tomcat where I will also be having the Java > Servlets. Is there any way to do this in Android?
Probably not. Android mostly runs on low-power devices. > I tried the i-Jetty > but under configurations there is no option to include my java > servlets. > > Any idea how to resolve this issue? Talk to the i-Jetty people. Or use NanoHTTPD and embed your server-side logic in their app code. Or try any one of the dozen or so open source Java HTTP servers in existence. Or implement your solution some other way that does not involve HTTP and servlets. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to *Advanced* Android Development_ Version 1.9 Available! -- 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

