I have an application which I can run locally via Putty. This lets me view and track activity on that application. I use the command below to execute the application:
java -jar my_server.jar
I would like to view the console of my application running on remote server. How would I do this?
Any pointers/help would be appropriated.