Maybe add it to the moviefun webapp. Could be neat to show in a demo. -David
On Jan 30, 2012, at 3:24 PM, Romain Manni-Bucau wrote: > I didnt dig too much into it but it should be server.xml file. It is a > tomcat feature, not a tomee one: catalina.sh configtest > > - Romain > > Le 31 janv. 2012 00:18, "David Blevins" <[email protected]> a écrit : > What config does configtest test (logging, server.xml, openejb.xml, > fooservice.properties, etc) and how does it do it? > > > -David > > > On Jan 30, 2012, at 3:11 PM, Romain Manni-Bucau wrote: > >> can be found here: >> https://svn.apache.o... >> - mvn tomee:help: some help >> - mvn tomee:configtest: run configtest on the tomcat >> - mvn tomee:deploy -Dtomee-plugin.archive=some-path: deploy the app > >> located at some-path (tomee-plugin.archive can be replaced by <path> in > the >> pom) >> - mvn tomee:undeploy -Dtomee-plugin.archive: the opposite of deploy >> (same note) >> - mvn tomee:list: list ejbs deployed >> - mvn tomee:run: run and wait the current webapp >> - mvn tomee:start: run and forgot tomee deploying current webapp >> - mvn tomee:stop: opposite of start > >> >> >> configtest, start, run, stop have these config options: >> >> - tomeeGroupId, tomeeArtifactId, tomeeVersion, tomeeType, > tomeeClassifier >> - args: jvm args >> - debug (boolean), debugPort >> - catalinaBase >> - systemVariables >> - libs: added tom tomcat common classloader >> - webapps: added to deployed webapps > >> >> note: for libs and webapps it should look >> ilke: mysql:mysql-connector-java:5.1.18 >> >> sample...
