Changes for page Docker-based Testing

Last modified by Simon Urli on 2024/04/02 16:25

From version 37.2
edited by Vincent Massol
on 2019/11/13 14:38
Change comment: There is no comment for this version
To version 38.1
edited by Vincent Massol
on 2020/01/02 09:55
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -57,7 +57,7 @@
57 57  |##debug##|##false##|(((
58 58  * ##true##
59 59  * ##false##
60 -)))|When active, displays debug logs in the console (trace levels for Test Containers). Also starts XWiki in debug mode when using the "Jetty Standalone" Servlet Engine (and starts it with suspend on, i.e. wait for the remote debugger to connect to it before progressing, to make it easy to debug XWiki's server side).
60 +)))|When active, starts XWiki in debug mode when using the "Jetty Standalone" and Tomcat Servlet Engines (and starts it with suspend on, i.e. wait for the remote debugger to connect to it before progressing, to make it easy to debug XWiki's server side). You can then attach a remote debugger. Since Tomcat runs in a Docker container, you'll need to do a ##docker ps## to find the local mapped port corresponding to port 5005 and then use ##localhost## as the JVM host name.
61 61  |##saveDatabaseData##|##false##|(((
62 62  * ##true##
63 63  * ##false##

Get Connected