Jetty 8.1.1.v20120215 in Eclipse with webapp (JSF + Maven)

前端 未结 4 1671
孤城傲影
孤城傲影 2021-02-13 18:46

I am trying to run my webapp (using JSf) Jetty 8.1.1.v20120215 in Eclipse. I downloade Jettey Adaptor for Jetty and then added Jetty Server 8.1 in Eclipse. Then I stared my weba

4条回答
  •  臣服心动
    2021-02-13 18:48

    Here is what worked for me. Find the Eclipse launch configuration for your Jetty server and open it for editing. Under classpath add all of the jars from /lib (and subdirectories), plus the /start.jar. Try running.

提交回复
热议问题