Jump to content

Mobile Web Server: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Codename Lisa (talk | contribs)
Disambiguated: desktopdesktop computer
m General Fixes using AWB
Line 20: Line 20:
}}
}}


A '''Mobile Web Server''' is [[software]] designed for modern day [[Smartphone|smartphones]] to host personal [[Web server|web servers]], through the use of [[open sourced software]], such as, [[Jetty (web server)|i-jetty]], an [[open source software]], based on jetty. I-jetty is an open source [[servlet container|web container]], serving [[Java (programming language)|Java]]-based web content such as, [[Java Servlet|servlets]] and [[JavaServer Pages|JSP]]s. Jetty is written in [[Java (programming language)|Java]] and its [[Application programming interface|API]] is available as a set of [[JAR (file format)|JARs]]. Developers can instantiate a jetty container as an object, instantly adding network and web connectivity to a stand-alone [[Java (programming language)|Java]] app.<ref>[http://onjava.com/pub/a/onjava/2006/06/14/what-is-jetty.html - what is jetty]</ref> Jetty is built for scalable performance allowing tens of thousands of [[Apache HTTP Server|HTTP]] connections and hundreds of thousands of simultaneous web [[Network socket|socket]] connections. Jetty is optimized and known for creating small [[Computer memory|memory]] footprints, increasing scalability and performance.
A '''Mobile Web Server''' is [[software]] designed for modern day [[smartphone]]s to host personal [[web server]]s, through the use of [[open sourced software]], such as, [[Jetty (web server)|i-jetty]], an [[open source software]], based on jetty. I-jetty is an open source [[servlet container|web container]], serving [[Java (programming language)|Java]]-based web content such as, [[Java Servlet|servlets]] and [[JavaServer Pages|JSP]]s. Jetty is written in [[Java (programming language)|Java]] and its [[Application programming interface|API]] is available as a set of [[JAR (file format)|JARs]]. Developers can instantiate a jetty container as an object, instantly adding network and web connectivity to a stand-alone [[Java (programming language)|Java]] app.<ref>[http://onjava.com/pub/a/onjava/2006/06/14/what-is-jetty.html - what is jetty]</ref> Jetty is built for scalable performance allowing tens of thousands of [[Apache HTTP Server|HTTP]] connections and hundreds of thousands of simultaneous web [[Network socket|socket]] connections. Jetty is optimized and known for creating small [[Computer memory|memory]] footprints, increasing scalability and performance.


[[Nokia]] one of the few [[Mobile phone|cellphone]] companies brought [[Apache HTTP Server]] to their line of [[Nokia]] [[Mobile phone|cellphones]], running [[Symbian OS]] [[S60 (software platform)|S60]] mobile software platform. The S60 Mobile Web Server enables connectivity for [[Hypertext Transfer Protocol|HTTP]] traffic to a mobile device from the [[Internet]].
[[Nokia]] one of the few [[Mobile phone|cellphone]] companies brought [[Apache HTTP Server]] to their line of [[Nokia]] [[Mobile phone|cellphones]], running [[Symbian OS]] [[S60 (software platform)|S60]] mobile software platform. The S60 Mobile Web Server enables connectivity for [[Hypertext Transfer Protocol|HTTP]] traffic to a mobile device from the [[Internet]].


The Mobile [[Web server|Web Server]] components include a gateway application that runs on a [[computer]] with [[Internet]] access and a connector application, that runs on the remote mobile device. The gateway and the connector applications with a valid [[Domain Name System|DNS]] configuration can provide a mobile device with a global web address ([[URL]]). However, as of January 2010, the [[web server]] project has been discontinued by Nokia.<ref>[http://betalabs.nokia.com/blog/2010/01/12/mobile-web-server-beta-archived - Mobile Web Server Beta archived]</ref>
The Mobile [[Web server|Web Server]] components include a gateway application that runs on a [[computer]] with [[Internet]] access and a connector application, that runs on the remote mobile device. The gateway and the connector applications with a valid [[Domain Name System|DNS]] configuration can provide a mobile device with a global web address ([[URL]]). However, as of January 2010, the [[web server]] project has been discontinued by Nokia.<ref>[http://betalabs.nokia.com/blog/2010/01/12/mobile-web-server-beta-archived - Mobile Web Server Beta archived]</ref>



==Examples==
==Examples==
The Mobile [[Web server|Web Server]] application allows mobile devices a means for hosting personal web applications, including, [[Web page|web pages]] and [[Server-side|server side]] control. The most commonly used [[Web server|HTTP servers]] and [[Web container|servlet containers]] currently available are [[Jetty (web server)|Jetty]], [[Apache Tomcat|Tomcat]], [[GlassFish|Glassfish]] and [[Resin Server|Resin]].
The Mobile [[Web server|Web Server]] application allows mobile devices a means for hosting personal web applications, including, [[web page]]s and [[Server-side|server side]] control. The most commonly used [[Web server|HTTP servers]] and [[Web container|servlet containers]] currently available are [[Jetty (web server)|Jetty]], [[Apache Tomcat|Tomcat]], [[GlassFish|Glassfish]] and [[Resin Server|Resin]].


{|
{|
Line 70: Line 69:
| Tomcat 7.x || 1.0.2 || 1.0.2 || 1.0.2
| Tomcat 7.x || 1.0.2 || 1.0.2 || 1.0.2
|}
|}





==Features==
==Features==

Revision as of 22:59, 25 October 2013

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/

A Mobile Web Server is software designed for modern day smartphones to host personal web servers, through the use of open sourced software, such as, i-jetty, an open source software, based on jetty. I-jetty is an open source web container, serving 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] Jetty is built for scalable performance allowing tens of thousands of HTTP connections and hundreds of thousands of simultaneous web socket connections. Jetty is optimized and known for creating small memory footprints, increasing scalability and performance.

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 with Internet access 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 project has 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 a mobile device containing a servlet container, such as, Jetty, Tomcat, Glassfish and Resin. Allowing global hosting through a personalized device, creating functionality and complete user control. Configurations within the Mobile Web Server allows optimization, account management and instant synchronized information across all platforms, regardless of a desktop, laptop or cellphone.

Web Container Comparison

Different Containers and versions 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