Joakim,
It would be cool to add it in the site.
Emmanuel
Joakim Erdfelt a écrit :
I have it working with jetty 6.0.2
1) downloaded jetty 6.0.2
2) installed default jetty 6.0.2
3) removed all content under webapps/*
4) unpacked archiva war file into webapps/archiva/
5) copied jetty-env.xml into webapps/archiva/WEB-INF/jetty-env.xml
6) modified default port in jetty.xml
7) Started up with following command.
[EMAIL PROTECTED]/java/jetty-6.0.2]$ java -Xmx256m -jar start.jar etc/jetty.xml
etc/jetty-plus.xml
NOTE: The jetty-plus configuration is *REQUIRED* to get jndi binding to
work.
- Joakim Erdfelt
Max Bowsher wrote:
Does anyone have a working configuration of Archiva deployed on Jetty,
for which they'd be willing to share the Jetty config files?
(I'm referring to deployment on a standalone Jetty, here, rather than
testing via maven-jetty-plugin).
I've tried to get this working myself, but only succeeded by configuring
the JNDI datasource stuff via WEB-INF/jetty-env.xml. When I try to move
that configuration to the main Jetty config so that I do not have to
poke around inside the Archiva war, I can't get the JNDI bindings to
work right.
Thanks,
Max.