1

I work with Gradle project (IntelliJ, Gradle, Tomcat, Spring). I established a remote Tomcat Server - I managed how to deploy, debug and so on, but I can't connect from any tool to "listen" on changes in catalina.out file on Tomcat Server.

I would like to see logs in any window in any of programs on developer computer - is it possible to remotely observe changes on this file using different program than PuTTY and SSH connection?

I've seen tools like "otroslogviewer" but I didn't find any option to establish connection.

Omore
  • 614
  • 6
  • 18
rudald
  • 364
  • 5
  • 18

1 Answers1

0

OtrosLogViewer support virtual file systems. When you are opening file in path just type "sftp://host/" or "smb://host/share/

KrzyH
  • 4,256
  • 1
  • 31
  • 43