Hi
For the WARNING im log, you can edit the conf/context.xml file in your Tomcat installation. I have something like that:
<?xml version="1.0" encoding="UTF-8"?>
<Context>
<Manager pathname="" />
<Resources cachingAllowed="false"/>
</Context>
The Manager part disable session persistence which OpenOlat doesn't use.
The Resource part disable the cache which produce these Warnings
For the error screen, I need to see some log files with a stack trace (typically your olat.log)
Best regards
Stéphane Rossé