Does Android include support for Servlets? As you could possibly just use an HTTP servlet to serve-up pages, using JSP as well if that's supported, both are pretty neat ways to do that. Unless you're hoping to use PHP or something for fancy pages, but I'd steer well clear of that personally, and go for the all java solution (JSP served using an HTTP servlet).
On Sep 4, 11:57 am, "Thomas (geomancer)" <[email protected]> wrote: > Hi: > Like Duh on my part, but what would a local server listen for? > Tom B > > On Sep 3, 11:28 pm, dilli rao <[email protected]> wrote: > > > > > you can set a http server running in the local machine (Android)and you can > > uset it as a simple server > > > try to port the server in android (as it is ) no modifications required.... > > >http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/httpcor... > > > <http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/httpcor...>in > > android > > > and use it it works for my requirements very well > > > may be it will use full for you > > > Thank you > > > Dilli > > > On Fri, Sep 4, 2009 at 5:19 AM, droidin.net <[email protected]> wrote: > > > > Is it possible to do something like WebView#loadUrl("http://10.0.0.2/ > > > index.html") with service acting as local http server? Where would one > > > start? Will I need at least partial http server implementation that > > > would listen on the socket? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

