Webserver and Servlet Container
Jetty is a 100% Java HTTP Server and Servlet Container.
This means that you do not need to configure and run a
separate web server (like Apache) in order to use java,
servlets and JSPs to generate dynamic content. Jetty is
a fully featured web server for static and dynamic content.
Unlike separate server/container solutions, this means
that your web server and web application run in the same
process, without interconnection overheads and complications.
Furthermore, as a pure java component, Jetty can be simply
included in your application for demonstration, distribution
or deployment. Jetty is available on all Java supported
platforms.
- Links to openSUSE:12.1:Update / jetty5
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Maintenance:293/jetty5.openSUSE_12.1_Update && cd $_ - Create Badge
Refresh
Source Files (show merged sources derived from linked package)
| Filename | Size | Changed |
|---|---|---|
| Changelog.jpackage | 0000003427 3.35 KB | |
| _link | 0000000145 145 Bytes | |
| jetty-5.1.14-CVE-2009-1523.patch | 0000003050 2.98 KB | |
| jetty-5.1.15-suse.tar.bz2 | 0002434147 2.32 MB | |
| jetty-OSGi-MANIFEST.MF | 0000001130 1.1 KB | |
| jetty-PostFileFilter.patch | 0000000512 512 Bytes | |
| jetty-TestRFC2616-libgcj-bad-date-parser.patch | 0000000609 609 Bytes | |
| jetty-extra-j2ee-build_xml.patch | 0000000355 355 Bytes | |
| jetty-hashDOS.patch | 0000004571 4.46 KB | |
| jetty-libgcj-bad-serialization.patch | 0000000759 759 Bytes | |
| jetty.logrotate | 0000000106 106 Bytes | |
| jetty5-jettysh.patch | 0000003092 3.02 KB | |
| jetty5-rpmlintrc | 0000000356 356 Bytes | |
| jetty5.changes | 0000001912 1.87 KB | |
| jetty5.init | 0000009129 8.92 KB | |
| jetty5.pom | 0000000397 397 Bytes | |
| jetty5.script | 0000000999 999 Bytes | |
| jetty5.spec | 0000022771 22.2 KB | |
| jettyrc | 0000001608 1.57 KB |
Comments 0