Hi Maxim,
there is a strange file operation,
as soon as the server starts up it does create a folder in
/webapps/openmeetings/streams called "files".
This folder is not needed from my point of view.
I guess it happens since the rework with the OmFileHelper.java
I guess OmFileHelper.java
Method:
public static File getStreamsFilesDir() {
return getDir(getStreamsDir(), FILES_DIR);
}
does create it.
This file reference is only used in:
TestSetupCleanupJob.java
I don't understand both of it.
What is the folder /webapps/openmeetings/streams/files good for?
And what files do you expect to be in that folder?
If you record a 5-second test before entering the room, this 5 second
files are in
/webapps/openmeetings/streams/$roomId/*
TestSetupCleanupJob should actually scan all sub folders of "streams"
and check for files that match the "TEST_SETUP" pattern.
Sebastian
--
Sebastian Wagner
https://twitter.com/#!/dead_lock
http://www.webbase-design.de
http://www.wagner-sebastian.com
[email protected]