From: Jeremy C. <jj...@gm...> - 2014-05-13 18:11:39
|
Ah thanks that was our problem then! Jeremy On May 13, 2014, at 11:05 AM, Bryan Thompson <br...@sy...> wrote: > The bundleJar approach is not really intended for a deployment mechanism. The ant stage approach is. It builds a distribution directory (./dist) and lays out all of the files under that directory in a manner meant to support deployments. > Bryan > >> On May 13, 2014, at 1:57 PM, Jeremy Carroll <jj...@gm...> wrote: >> >> >> At Syapse we are having a simple difficulty in upgrading to 1.3.1 using the current code base. >> >> A simplified version of our install is >> >> $ ant bundleJar >> >> >> then take all the libs from ant-build/lib >> and put them on the class path >> >> >> Starting NSS then does not work, specifically >> http://localhost:PORT/bigdata does redirect to http://localhost:PORT/bigdata/ >> which then 404s >> >> It does however work if the folder bigdata-war from the source is present in the directory in which we start Java >> (also bigdata-war folder can be extracted from the bigdata*jar file ) and it works >> >> What appears to be going wrong is that without the folder present, jetty is not managing to read the bigdata-war/WEB-INF/web.xml >> >> Jeremy >> >> >> >> ------------------------------------------------------------------------------ >> "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE >> Instantly run your Selenium tests across 300+ browser/OS combos. >> Get unparalleled scalability from the best Selenium testing platform available >> Simple to use. Nothing to install. Get started now for free." >> http://p.sf.net/sfu/SauceLabs >> _______________________________________________ >> Bigdata-developers mailing list >> Big...@li... >> https://lists.sourceforge.net/lists/listinfo/bigdata-developers |