Reputation: 4827
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?
Upvotes: 5
Views: 6433
Reputation: 7710
GlassFish log is available in the Services window, when you click on a running deployment, and then click the GlassFish Log tab in the right part of the window:
Upvotes: 0
Reputation: 11
This worked for me:-
Upvotes: 0
Reputation: 401965
Additional server logs can be added in the "Logs tab of the Glassfish Run/Debug configuration"
Upvotes: 5