> -----Original Message----- > From: David Crossley [mailto:[EMAIL PROTECTED] > Sent: Thursday, 10 August 2006 7:35 AM > To: dev@forrest.apache.org > Subject: testing forrest-0.8 as WAR in Jetty and Tomcat > > Would developers please try to use the current forrest > trunk 0.8-dev as a WAR archive in Jetty and Tomcat. > > Do ... > cd my-new-directory > forrest seed-sample war > > Then deploy the my-project.war to your servlet container. > > Then try it on a site that uses your favourite plugins. > > This is needed to progress towards the 0.8 release. > > We need reports for various versions of Jetty and Tomcat, > so we need multiple developers to help with this testing.
You already have my success story for Tomcat 6. So I thought I would try using Jetty. 1. - I have downloaded Jetty 6. 2. - java -jar start.jar etc/jetty.xml etc/jetty.xml 3. - Localhost:8080 brings up jetty sample site ok 4. - Download Maven 2 5. - Build Jetty with Maven 2, Build failed error which I summised to be http://bugs.sun.com/bugdatabase/view_bug.do;jsessionid=70f6a0e1d75ac913d8b31 fba76c1:YfiG?bug_id=4352234 ( 4 and 5, I was going to run 'mvn jetty:run' to use the plugin but this Didn't work out.) So in the end, using Full Jetty version 6. 1. 'forrest war' on a seed-sample site. 2. Copied WAR file to Jettys /webapp/ directory. (rather than configure files) 3. java -jar start.jar etc/jetty.xml etc/jetty.xml 4. http://localhost:8080/my-project/ All works fine. So maybe you are using the forrest jetty or some other way of doing it. Could you guide me through your scenario so I can try it? I will test it shortly on a dispatcher site. Gav...