1. 程式人生 > >jetty,http error 500 jsp support not configured

jetty,http error 500 jsp support not configured





解決辦法:1、確認自己etty專案版本如:6.x、7.x、8.x,然後去百度 搜素maven的中央倉庫,中央倉庫中搜索關鍵字 jetty-jsp2.在pom.xml加入如下配置檔案(6.x)  <dependency>
      <groupId>org.mortbay.jetty</groupId>
      <artifactId>jsp-2.1-jetty</artifactId>
      <version>6.1.15</version>
  </dependency>