Author: rmannibucau
Date: Thu Apr 18 13:22:37 2019
New Revision: 1857747
URL: http://svn.apache.org/viewvc?rev=1857747&view=rev
Log:
formatting in in howto.adoc
Modified:
openwebbeans/meecrowave/trunk/meecrowave-doc/src/main/jbake/content/howto.adoc
Modified:
openwebbeans/meecrowave/trunk/meecrowave-doc/src/main/jbake/content/howto.adoc
URL:
http://svn.apache.org/viewvc/openwebbeans/meecrowave/trunk/meecrowave-doc/src/main/jbake/content/howto.adoc?rev=1857747&r1=1857746&r2=1857747&view=diff
==============================================================================
---
openwebbeans/meecrowave/trunk/meecrowave-doc/src/main/jbake/content/howto.adoc
(original)
+++
openwebbeans/meecrowave/trunk/meecrowave-doc/src/main/jbake/content/howto.adoc
Thu Apr 18 13:22:37 2019
@@ -143,6 +143,7 @@ If your servlet requires no configuratio
If you need to configure the servlet, you should use a
link:https://docs.oracle.com/javaee/6/api/javax/servlet/ServletContainerInitializer.html[ServletContainerInitializer].
If you would have a declaration such as :
+
[source,xml]
----
<servlet>
@@ -284,6 +285,7 @@ A more complex example link:https://rman
== How to add a web frontend ?
You should add a <webapp> element to the meecrowave plugin configuration.
Example :
+
[source,xml]
----
<plugin>