The wiki does not recommend the system tomcat as it is the most complex setup, it just provide some background information to help an experienced user to setup a head-less server if mandatory.
Here is the set of command line needed to download, unpack and run activemq. $ curl http://download.nextag.com/apache/activemq/apache-activemq/5.7.0/apache-activemq-5.7.0-bin.tar.gz -O $ tar xvfz apache-activemq-5.7.0-bin.tar.gz $ ./apache-activemq-5.7.0/bin/activemq start If you don't want to use the system tomcat, which I recommend as it is your first install, you can do the following to download and start tomcat $ curl http://www.bizdirusa.com/mirrors/apache/tomcat/tomcat-7/v7.0.32/bin/apache-tomcat-7.0.32.tar.gz -O $ tar xvfz apache-tomcat-7.0.32.tar.gz $ ./apache-tomcat-7.0.32/bin/startup.sh What is missing here is the ParaViewWeb part... So you will need to configure tomcat by adding the pw-config.properties file inside TOMCAT_HOME/lib and making sure that all the path provided in the file are correct. Then add all the generated war files into TOMCAT_HOME/webapps/. And you are done. Seb On Tue, Oct 23, 2012 at 10:01 AM, Manuel Kuhn <[email protected]> wrote: > Hi, > > I have the same problem, but don't know how to start ActiveMQ? > Using Ubuntu and being an beginner at this. > (Installed using the SuperBuild, than configured for system-tomcat like the > wiki said) > > Greetings, > Manuel > > -- > Using Opera's revolutionary email client: http://www.opera.com/mail/ > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Follow this link to subscribe/unsubscribe: > http://www.paraview.org/mailman/listinfo/paraview _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
