Hi, it works with system.properties
tomee maven plugin has systemVariables for system properties ( http://tomee.apache.org/tomee-maven-plugin.html). *Romain Manni-Bucau* *Twitter: @rmannibucau <https://twitter.com/rmannibucau>* *Blog: **http://rmannibucau.wordpress.com/*<http://rmannibucau.wordpress.com/> *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* *Github: https://github.com/rmannibucau* 2013/8/8 hwaastad <[email protected]> > Hi, > I've been reading around to see how to get clustering and cdibeans to work > in tomee. > > As I've understood, the > openejb.session-context = http > tomee.session-context.wrapper = http > > Has to be defined as CATALINA_OPTS > > Adding > > CATALINA_OPTS="$CATALINA_OPTS -Dopenejb.session-context=http > -Dtomee.session-context.wrapper=http" > > to catalina.sh, makes the clustering work. > > Are these options also supposed to work using system.properties? (It > does'nt > work for me) > > If not, is there an option for tomee-maven-plugin for setting catalina > options? > > br, > hw > > (1.6.0-SNAPSHOT) > > > > > -- > View this message in context: > http://openejb.979440.n4.nabble.com/TomEE-cluster-and-cdibeans-tp4664576.html > Sent from the OpenEJB User mailing list archive at Nabble.com. >
