Hello,
I am studying the code of openmeetings , I find these code in web.xml
<welcome-file-list>
<welcome-file>sipindex.html</welcome-file>
<welcome-file>login.html</welcome-file>
<welcome-file>index.html</welcome-file>
<welcome-file>index.htm</welcome-file>
<welcome-file>networktesting.swf10.swf</welcome-file>
</welcome-file-list>but I can't find the file login.html , then how openmeetings checks user login ?
