While I can run my jar file on remote server like this
java -jar myserver.jar
I don't know where I check log file if some error occurs.
Its easy with IDE as there is Logs window but what about linux (debian) server.
Where I find logs of my app on linux?
java -jar myserver.jar
I don't know where I check log file if some error occurs.
Its easy with IDE as there is Logs window but what about linux (debian) server.
Where I find logs of my app on linux?