my server.xml has
< applicationManager autoExpand="true" / >
...
< application context-root="BaseX" id="BaseX" name="BaseX" type="war" location="C:\Program Files\BaseX.war" / >
when I start the application
server start myapp
the whole expanded folder is deleted and recreated. WebSphere\Liberty\usr\servers\myapp\apps\expanded\BaseX.war
since BaseX.war is my database i loose all the data with it after a simple re-start (stop and start)