参考にさせていただいたサイト Jetty/Tutorial/Embedding Jetty - Eclipsepedia http://wiki.eclipse.org/Jetty/Tutorial/Embedding_Jetty main()からJettyを起動 - ねこだいすき http://d.hatena.ne.jp/tubureteru/20100829/p1 pom.xmlには、 <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-server</artifactId> <version>7.2.1.v20101111</version> </dependency> ではなく、 <dependency> <groupId>org.eclipse.jetty</groupId> <artifact

