Hi folks!

I’m currently working on some installers for OpenWebBeans. They are part of our 
distribution in the future. 

checkout latest owb from trunk

$> svn co https://svn.apache.org/repos/asf/openwebbeans/trunk/

then build 

$> mvn clean install -Pbuild-dist

in 
$> cd ./distribution/target
you find a zip file

unzip it
$>unzip openwebbeans-distribution-1.6.0-SNAPSHOT-binary.zip

then switch into it
$> cd openwebbeans-distribution-1.6.0-SNAPSHOT

here you find a few installers (you might probably need to chmod a+x *.sh)
$>./install_owb_tomcat7.sh /opt/apache/apache-tomcat-8.0.23/

the paremeter is your tomcat location. 

Probably gonna provide the same + MyFaces tonight..


LieGrue,
strub


Reply via email to