How to view Tomcat log on screen

Asked

Viewed 89 times

1

I am creating a functionality using jsf with primefaces, to display the application log (Tomcat), on the screen (view xhtml), but I have not found any plugin or append to do this, and before starting to develop everything in hand I would like to know if there is something in the market already.

or if someone has already developed something similar that can help.

1 answer

0


Unfortunately, there is no "ready" way to do this.

What can be done is:

  1. Log information into a file

  2. Program the view so that at each X time, it reads the file (or ask the back end to read and return the information).

  • 1

    I thought about it in case I didn’t find something ready, thanks for helping Igor.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.