Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How Can I View Glassfish Logs on Intellij Idea

I am working on making the switch from Netbeans to Intellij Idea. One thing I miss from Netbeans is the ability to view the Glassfish server logs in real-time in the IDE. It seems like with Idea I need to go out to the file system and tail them.

Is there another way that I am missing?

like image 486
EdgeCase Avatar asked Sep 27 '12 23:09

EdgeCase


1 Answers

Additional server logs can be added in the "Logs tab of the Glassfish Run/Debug configuration"

enter image description here

like image 63
CrazyCoder Avatar answered Sep 21 '22 17:09

CrazyCoder