Results 1 to 2 of 2

Thread: Jetty and Surf

  1. #1
    Join Date
    Dec 2009
    Posts
    10

    Default Jetty and Surf

    Is anyone else having issues running a surf app from Jetty?

    In particular, it appears, while in Jetty, all the renderers are getting loaded however they are not getting properly configured. Specifically, the PageRenderer.

    Could this be an environment issue or an issue with surf?

  2. #2
    Join Date
    Jul 2009
    Posts
    21

    Default

    Have you continued to have trouble with Jetty?

    If you look at a few of the sample applications, such as:

    spring-webscripts/spring-webscripts-application-test
    spring-surf/spring-surf-application-test
    spring-webeditor/spring-webeditor-application-test

    You'll see that they all use Jetty. They use version 7 and they also use Maven WAR overlays. This means that the web projects themselves overlay onto another WAR module and the net effect is that the test application code itself is pretty small.

    Jetty 6 had some troubles with Maven WAR overlays. That might be what you're running into. Take a look at the sample projects and check out their use of Jetty 7. Perhaps it will help.

    Michael

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •