Re: [picocontainer-dev] Current state of the NanoWeb examples..
"Robert Burrell Donkin" <[email protected]>
| Newsgroups | gmane.comp.java.picocontainer.devel |
|---|---|
| Message-ID | <[email protected]> |
On Thu, May 22, 2008 at 12:15 AM, Paul Hammant <[email protected]> wrote: > .. well at least the WebWork2 one .. they're broken somehow. > > They all compile and pass what unit tests there are, but the WebWork2 > example web app does not deploy and run in a browser > > I've found en example of how to deploy a Jetty web app from Maven - > http://www.mojavelinux.com/blog/archives/2007/03/remote_debugging_with_jetty and > that's good for general use. > > But the app does not function when deployed :-( http://svn.codehaus.org/picocontainer/java/2.x/trunk/nanoextras/nanowar/examples/nanowar-webwork2-webapp works for me once the specification has been adjusted to match the version of jetty my plugin's running - robert Index: pom.xml =================================================================== --- pom.xml (revision 4406) +++ pom.xml (working copy) @@ -42,8 +42,8 @@ <dependencies> <dependency> <groupId>org.apache.geronimo.specs</groupId> - <artifactId>geronimo-j2ee_1.4_spec</artifactId> - <version>1.1</version> + <artifactId>geronimo-servlet_2.5_spec</artifactId> + <version>1.2</version> </dependency> </dependencies> <configuration> --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email