peterjohnlawrence / com.inova8.odata2sparql.v4

Part of the overall odata2sparql solution, this odata2sparql.v4 module containing the olingo4 dependencies. In other words specifically for odata v4
http://inova8.com/bg_inova8.com/offerings/odata2sparql/
Apache License 2.0
5 stars 5 forks source link

Location of logback html file that allows dynamic content access via webbrowser #106

Open peterjohnlawrence opened 5 years ago

peterjohnlawrence commented 5 years ago

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