-
Jan 15th, 2010, 02:48 PM
#1
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?
-
Mar 23rd, 2010, 02:16 PM
#2
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
-
Forum Rules