...
This is the jsp version mandated by servlet specification 2.5. You will need these jars:
| Code Block |
|---|
* ant-1.6.45.jar * commons-el-1.0.jar * core-3.1.01.jar * jsp-2.1.jar * jsp-api-2.1.jar * xercesImpl-2.6.2.jar * xmlParserAPIs-2.6.2.jar |
Code
The jetty configuration files (eg jetty.xml) have an xml syntax that is a straightforward mapping of the java API. Take a look at the files in etc/ for some hints on what calls to make in your own code. Here's the minimal code to set up a Jetty server and webapp:
...