Jump to content

Mobile Web Server

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by WikiBeginner2013 (talk | contribs) at 16:45, 12 February 2013 (Minor grammar check). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Mobile Web Server
Original author(s)Robert McCool
Developer(s)Apache Software Foundation, Nokia Research
Initial release23 October 2007[1]
Stable release
1.5 / 18 November 2008 (2008-11-18)
Written inC, C++, Java
Operating systemAll POSIX (Linux/BSD/UNIX-like OSes), Symbian OS, S60 platform, Android (operating system)
Available inEnglish
TypeWeb server
LicenseApache License 2.0
Websitehttp://code.google.com/p/i-jetty/

The Mobile Web Server software is designed for modern day smartphones to host their own personal web server through the use of open sourced software, such as, i-jetty which is an open source software, running jetty. Jetty is an open source Web container, which means it serves Java-based web content such as servlets and JSPs. Jetty is written in Java and its API is available as a set of JARs. Developers can instantiate a Jetty container as an object, instantly adding network and web connectivity to a stand-alone Java app.[2]

Nokia one of the few cellphone companies brought Apache HTTP Server to their line of Nokia cellphones, running Symbian OS S60 mobile software platform. The S60 Mobile Web Server enables connectivity for HTTP traffic to a mobile device from the Internet.

The Mobile Web Server components include a gateway application that runs on a computer on the Internet and a connector application, that runs on the remote mobile device. The gateway and the connector applications with a valid DNS configuration can provide a mobile device with a global web address (URL). However, as of January 2010, the Web Server had been discontinued by Nokia.[3]


Examples

The mobile web server application allows mobile devices a means for hosting personal web applications, including, web pages and server side control. The most commonly used HTTP servers and servlet containers currently available are Jetty, Tomcat, Glassfish and Resin.

The diagram on the left demonstrates a general understanding of what could potentially occur if a mobile device were to have a servlet container such as, Jetty, Tomcat, Glassfish and Resin. Allowing global hosting through an owners personalized device, creating functionality and complete user control. Configurations within the mobile web server allow optimization, account management and instantly synchronized information across all platforms regardless of a desktop, laptop or cellphone.


Web Container Comparison

Containers Java API (Version) Ant tasks (Version) Maven 2 plugin (Version)
GlassFish 2.x 1.0.1 1.0.1 1.0.1
GlassFish 3.x 1.0.1 1.0.1 1.0.1
Jetty 4.x 0.1 1.0 0.2
Jetty 5.x 0.8 1.0 0.2
Jetty 6.x 0.8 1.0 0.2
Jetty 7.x 1.0.1 1.0.1 1.0.1
Jetty 8.x 1.1.3 1.1.3 1.1.3
Jetty 9.x 1.3.0 1.3.0 1.3.0
Resin 2.x 0.1 0.1 0.1
Resin 3.x 0.1 0.1 0.1
Resin 3.1.x 1.2.0 1.2.0 1.2.0
Tomcat 4.x 0.1 0.1 0.1
Tomcat 5.x 0.1 0.1 0.1
Tomcat 6.x 1.0 1.0 1.0
Tomcat 7.x 1.0.2 1.0.2 1.0.2



Features

See also

References