| <html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\"> |
| <head> |
| <META http-equiv="Pragma" content="no-cache"> |
| <META http-equiv="Cache-Control" content="no-cache,no-store"> |
| <META HTTP-EQUIV="Content-Script-Type" CONTENT="text/javascript"> |
| <title>Welcome to Jetty-9</title> |
| <style type="text/css" title="jetty"> |
| @import url(jetty.css); |
| </style> |
| </head> |
| <body> |
| |
| <div id="header"></div> |
| |
| <div id="content"> |
| <h1>Welcome to Jetty 9</h1> |
| |
| <p> |
| The Jetty project is a 100% Java <a href="http://en.wikipedia.org/wiki/Java_Servlet">Servlet</a> Container which supports asynchronous server and client implementations of the <a href="http://en.wikipedia.org/wiki/HTTP">HTTP</a>, <a href="http://en.wikipedia.org/wiki/WebSocket">Websocket</a> and <a href="http://en.wikipedia.org/wiki/SPDY">SPDY</a> protocols. |
| The project is 100% <a href="http://en.wikipedia.org/wiki/Open_source">Open Source</a> and hosted by the <a href="http://www.eclipse.org">Eclipse Foundation</a> at <a href="http://www.eclipse.org/jetty/">http://www.eclipse.org/jetty</a>. |
| </p> |
| </div> |
| |
| <div id="links"> |
| <table> |
| <tr> |
| <td> |
| <h2>examples ...</h2> |
| <ul> |
| <li><a href="/test/">Test Jetty Webapp</a></li> |
| <li><a href="/async-rest/">Async Rest</a></li> |
| <li><a href="/javadoc/">Proxy to javadoc</a></li> |
| <li><a href="/oldContextPath/">Redirected Context</a></li> |
| </ul> |
| </td> |
| <td> |
| <h2>information ... </h2> |
| <ul> |
| <li><a href="http://www.eclipse.org/jetty/">Jetty @ Eclipse Home</a></li> |
| <li><a href="http://wiki.eclipse.org/Jetty">Jetty @ Eclipse Doco</a></li> |
| <li><a href="http://docs.codehaus.org/display/JETTY/Jetty+Powered">Jetty Powered</a></li> |
| </ul> |
| </td> |
| <td> |
| <h2>getting help ...</h2> |
| <ul> |
| <li><a href="http://www.eclipse.org/jetty/mailinglists.php">Mailing lists @ eclipse</a></li> |
| <li><a href="http://www.webtide.com/advice/">Developer Advice</a></li> |
| <li><a href="http://www.webtide.com/development">Custom Development</a></li> |
| <li><a href="http://www.webtide.com/support">Production support</a></li> |
| </ul> |
| </td> |
| </tr> |
| </table> |
| </div> |
| </body> |
| </html> |