> javax.servlet.ServletException: Could not parse specification > context:/WEB-INF/org/apache/tapestry/contrib/Contrib.library.And here after > is an extract of the Apache Log: > > Caused by: org.apache.tapestry.util.xml.DocumentParseException: Resource at > context:/WEB-INF/org/apache/tapestry/contrib/Contrib.library does not exist.
the context:/WEB-INF.... part is interesting. Tapestry is trying to find Contrib.library in the filesystem under WEB-INF. This should not be happening as libraries are always located in the classpath. I just made a simple project (actually I modified one I'm working on) and launched/run the app fine in Jetty using JettyLauncher. Perhaps your unconventional "deployment" scheme is the culprit. I would recommend using the Eclipse tomcat plugin (sysdeo) but I despise that plugin so I *do not* recommend doing this. In >10 minutes you can try deploying it in Jetty w/JettyLauncher - give it a try. http://jettylauncher.sourceforge.net/docs/quickstart.html Geoff -- The Spindle guy. http://spindle.sf.net Get help with Spindle: http://lists.sourceforge.net/mailman/listinfo/spindle-user Announcement Feed: http://www.jroller.com/rss/glongman?catname=/Announcements Feature Updates: http://spindle.sf.net/updates --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
