I checked the Tomcat logs in the container but they seem to look normal, except for, the localhost logs, stating the dropins do not exist?
root@32a3rh338:/usr/local/tomcat/logs# cat localhost.2020-04-06.log
06-Apr-2020 07:04:58.088 INFO [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log Creating new dropin jar
06-Apr-2020 07:04:58.088 INFO [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log Error reading dropin folder: /var/lib/topbraid/dropins: does not exist
and these are my localhost_access logs:
- - [06/Apr/2020:07:05:30 +0000] "GET /edg/tbl/ HTTP/1.1" 200 3596
- Admin [06/Apr/2020:07:05:45 +0000] "POST /edg/tbl/j_security_check HTTP/1.1" 303 -
- Admin [06/Apr/2020:07:05:46 +0000] "GET /edg/tbl/ HTTP/1.1" 200 423
- Admin [06/Apr/2020:07:05:46 +0000] "GET /edg/tbl/swp?_viewName=home HTTP/1.1" 200 5577
- Admin [06/Apr/2020:07:05:50 +0000] "GET /edg/tbl/lib/6.3.1.v20200219-1730B/assets/images/tqicon.ico HTTP/1.1" 200 293171
- Admin [06/Apr/2020:07:05:53 +0000] "GET /edg/tbl/ HTTP/1.1" 200 423
- Admin [06/Apr/2020:07:05:55 +0000] "GET /edg/tbl/admin/registration HTTP/1.1" 200 2377
- Admin [06/Apr/2020:07:05:55 +0000] "GET /edg/tbl/lib/6.3.1.v20200219-1730B/server/build/server.bundle.js HTTP/1.1" 200 39687
- Admin [06/Apr/2020:07:05:55 +0000] "GET /edg/tbl/lib/6.3.1.v20200219-1730B/server/build/images/EDG-Logo.png HTTP/1.1" 200 27522
- Admin [06/Apr/2020:07:05:56 +0000] "GET /edg/tbl/lib/assets/build/fonts/OpenSans-Bold.woff2 HTTP/1.1" 200 61324
- Admin [06/Apr/2020:07:05:56 +0000] "GET /edg/tbl/lib/assets/build/fonts/fa-solid-900.woff2 HTTP/1.1" 200 74340
my manager and host-manager logs are empty
The catalina log shows nothing special as well (all paths are specified and all config settings look okay)