[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/jetty/jetty.desc [COPY] Copyright (C) 2006 - 2025 The T2 SDE Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] A 100% Java based HTTP Server and Servlet Container [T] Jetty is a 100% Java HTTP Server and Servlet Container. This means [T] that you do not need to configure and run a separate web server [T] (like Apache) in order to use java, servlets and JSPs to generate [T] dynamic content. Jetty is a fully featured web server for static [T] and dynamic content. Unlike separate server/container solutions, this [T] means that your web server and web application run in the same process, [T] without interconnection overheads and complications. Furthermore, [T] as a pure java component, Jetty can be simply included in your [T] application for demonstration, distribution or deployment. Jetty [T] is available on all Java supported platforms. [U] http://jetty.mortbay.org/ [A] Mort Bay [M] Minto van der Sluis [C] extra/development [F] BINARY CROSS [L] APL [S] Stable [V] 6.1.4 [P] X -----5---9 800.050 [D] f90f9a519b554cd6e70ea2db45a0550fd8c8ab4908bf39667d0a0ef1 jetty-6.1.4.zip http://dl.sf.net/sourceforge/jetty/ runmake=0 prefix=opt/$pkg set_confopt jetty_install() { (cd $builddir/$pkg-$ver; tar -c * | tar -x -C $root/$prefix) } hook_add postmake 5 'jetty_install'