This is an automated email from the ASF dual-hosted git repository. struberg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openwebbeans-meecrowave-examples.git
commit 5155ffb621a41d8d8584e32ae4ec64d3cb350402 Author: Mark Struberg <[email protected]> AuthorDate: Tue Jul 17 21:20:16 2018 +0200 add information about debugging Meecrowave plus the maven plugin --- README.adoc | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index c791571..8895239 100644 --- a/README.adoc +++ b/README.adoc @@ -7,10 +7,10 @@ This project shows how to use https://openwebbeans.apache.org/meecrowave/[Apache Apache Meecrowave is a 9 MByte small embeddable Java Application Server based on the following Apache JavaEE 8 projects: * Apache Tomcat-9.x -* Apache log4j2 * Apache OpenWebBeans-2.x * Apache Johnzon-1.1.x -* Apache CXF-3.x +* Apache CXF-3.2.x +* Apache log4j2 (optional, JUL supported as well) == About our Examples @@ -24,6 +24,17 @@ Here's what it provides: To use it launch meecrowave main (org.apache.meecrowave.runner.Cli) with option `--app-default-name foo`. +You can also use the `meecrowave-maven-plugin`and type + +---- +$> mvn clean install meecrowave:run +---- + +For debugging your application attach with your IDE to port 8000 and start Meecrowave in debug mode with +---- +$> mvnDebug clean install meecrowave:run +---- + == Further Resources === Bug Reporting
