Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

I need to read a remote file with logs from a tomcat

I need to read a remote file with logs from a tomcat

What is the most convenient way to do it if I have ssh access to the log folder ?

like image 935
EugeneP Avatar asked May 21 '10 12:05

EugeneP


People also ask

How do I read tomcat logs?

The main Apache Tomcat configuration file is at /opt/bitnami/tomcat/conf/server. xml. Once Apache Tomcat starts, it will create several log files in the /opt/bitnami/tomcat/logs directory.

How do I access tomcat remotely?

To access the server, use its external IP address (found on the hands-on lab overview page) in the URL bar of a web browser, then append :8080 to it. Test to ensure you are unable to access the Host Manager App on the Tomcat GUI.

How do I open tomcat logs in Windows?

In Windows, you can change the Apache Tomcat log files using the configuration manager. Click on start and search “Configure Tomcat.” Navigate to the Logging Tab and select your logging level. NOTE: You may need to restart Apache Tomcat to apply the logging levels.


1 Answers

OtrosLogViewer can read logs from remote server. It supports SFTP, FTP and Samba. It also provides remote file systems browser.

Disclaimer: I am the author of OtrosLogViewer

like image 164
KrzyH Avatar answered Oct 15 '22 02:10

KrzyH