Hello Joseph, We do not provide a WAR for download because we had to modify Tomcat in order to make it usable for Nuxeo (especially manage transactions).
I couldn't reproduce your issue. cd nuxeo-dm-5.3.1-tomcat ./bin/catalina.sh run I get successful startup: ====================================================================== = Nuxeo EP Started ====================================================================== = Component Loading Status: Pending: 0 / Unstarted: 0 / Total: 344 ====================================================================== with java version "1.6.0_20" Java(TM) SE Runtime Environment (build 1.6.0_20-b02-279-10M3065) Java HotSpot(TM) 64-Bit Server VM (build 16.3-b01-279, mixed mode) The class not found is in nuxeo-dm-5.3.1-tomcat/bin/bootstrap.jar and nuxeo-dm-5.3.1-tomcat/bin/bootstrap.jar Could you check those files integrity ? unzip -t nuxeo-dm-5.3.1-tomcat/bin/bootstrap.jar unzip -t nuxeo-dm-5.3.1-tomcat/lib/catalina.jar Did you try with the JBoss distribution ? Regards, Julien Le 22/06/10 14:12, Joseph John a écrit : > Hi > I am Joseph John . subscribed to the mailing list today .very new > to Nuxeo , but have experience in ktdms,alfresco and UCM > I would like to try out Nuxeo , I have downloaded the > "nuxeo-dm-latest-stable-tomcat.zip" file . Read the documents > Later I tried to run it buy "./bin/catalina.sh run" from the > "nuxeo-dm-5.3.1-tomcat" directory and was getting error " > java.lang.ClassNotFoundException: org.apache.catalina.startup.Catalina > at java.net.URLClassLoader$1.run(URLClassLoader.java:200) > at java.security.AccessController.doPrivileged(Native Method) > at java.net.URLClassLoader.findClass(URLClassLoader.java:188) > at java.lang.ClassLoader.loadClass(ClassLoader.java:303) > at java.lang.ClassLoader.loadClass(ClassLoader.java:248) > at org.apache.catalina.startup.Bootstrap.init(Bootstrap.java:215) > at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:390) > " > I have java6 SDK , and java -version is > java version "1.6.0_20" > Java(TM) SE Runtime Environment (build 1.6.0_20-b02) > Java HotSpot(TM) Client VM (build 16.3-b01, mixed mode, sharing) > > If I can get a war file for nuxeo , I could download it and try out > with tomcat in another machine > Please do guide me in getting the war file for nuxeo > Thanks > Joseph John > http://oss101.com > _______________________________________________ > ECM mailing list > [email protected] > http://lists.nuxeo.com/mailman/listinfo/ecm > To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm > -- Julien Carsique, Nuxeo (Paris, France) — [email protected] www.nuxeo.com - The Open Source ECM Platform - www.nuxeo.org Nuxeo ECM Stack - The Java EE, scalable, standard-based ECM Platform _______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm
