ParaViewWeb SuperBuild: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
Line 25: | Line 25: | ||
You will need activemq and tomcat. | You will need activemq and tomcat. | ||
Activemq can be started as is and tomcat will need few setup to deploy the generated applications. | Activemq can be started as is and tomcat will need few setup to deploy the generated applications. | ||
The generated war files should be copied to TOMCAT/webapps. | |||
To configure tomcat for ParaViewWeb follow [[ParaViewWeb_Server_setting]]. |
Revision as of 20:28, 8 March 2012
Requirements
You will need CMake 2.8.6+ and File:ParaViewWebSuperBuild.txt.
mkdir build cd build wget http://www.paraview.org/Wiki/File:ParaViewWebSuperBuild.txt -O CMakeLists.txt ccmake .
BUILD_FLASH_RENDERER ON CMAKE_BUILD_TYPE Debug CMAKE_INSTALL_PREFIX /.../ParaViewWeb USE_OSMESA OFF VIZ_NODE ON WEB_SAMPLES ON WEB_SERVICE ON
make make install
Deployment
You will need activemq and tomcat. Activemq can be started as is and tomcat will need few setup to deploy the generated applications. The generated war files should be copied to TOMCAT/webapps. To configure tomcat for ParaViewWeb follow ParaViewWeb_Server_setting.