Hy,
I want delete the tmp folder when I restart the Wildfly service. Do I modify the standalone.xml or another file ?
Sam
Hy,
I want delete the tmp folder when I restart the Wildfly service. Do I modify the standalone.xml or another file ?
Sam
I have solved this problem with modifying the standalone.conf.bat file.
I added : rmdir %JBOSS_HOME%\standalone\tmp /s /q
It's a temporary solving. If someone have a better idea ?
we basically do the same thing as your answer. I searched and found that jboss7 had some flags you could use for vfs lifecycle, maybe they still exist for WFLY?