On Thu, 26 Dec 2002, Kurt Ward wrote: <clipped> > Do you have a quicky howto, etc. to get Xindice > running under Jetty? I haven't looked at it yet,
i wrote one but i need to re-org it. 3 quick steps that worked for me (linux,jdk1.3.1): PREP: assume JAVA_HOME is set & JAVA_HOME/bin is in PATH 1) Install Jetty a. download jetty binary wget ftp://jetty.mortbay.org/pub/Jetty-4.2.3.tgz b. untar into it's home dir tar -xvzf blahblah c. set JETTY_HOME 2) Drop-in Xindice webapp a. build Xindice webapp b. unjar the .war file in Xindice subdir of $JETTY_HOME/webapp c. edit the WEB-INF/system.xml file to set dbroot as you want it 3) Run Jetty a. '$JETTY_HOME/bin/jetty.sh start' to start (dflt port: 8080) b. '$JETTY_HOME/bin/jetty.sh stop' to stop there are *lots* of other ways to do this - this one was just the quickest for me good luck! j