The logback file is written to a hardcoded folder "/wtpwebapps/odata2sparql.v4/WEB-INF/classes/logs/odata2sparql.v4.log.html"
It is then accessed via getServletContext().getResourceAsStream("/WEB-INF/classes/logs/odata2sparql.v4.log.html") which only retrives static content.
Need a way to access the latest log.html so that a webbrowser can be used to see status and errors
The logback file is written to a hardcoded folder "/wtpwebapps/odata2sparql.v4/WEB-INF/classes/logs/odata2sparql.v4.log.html" It is then accessed via getServletContext().getResourceAsStream("/WEB-INF/classes/logs/odata2sparql.v4.log.html") which only retrives static content.
Need a way to access the latest log.html so that a webbrowser can be used to see status and errors