Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Web-Based JVM Monitoring

  • 04-02-2014 10:27AM
    #1
    Registered Users, Registered Users 2 Posts: 437 ✭✭


    Hi there,

    I have a number of Java Web Apps (built using Spring) running on a remote Tomcat server that I'd like to monitor - it seems as though the server crashes every few days and I'd like to find out why.

    I've read about VisualVM, but I was wondering if any of you know of a web-based solution - another .war I can deploy on the server and use it to monitor resource usage on the other running applications, and record logs which I can refer back to in the event of a crash.

    Any advice would be greatly appreciated!

    t1mm


Comments

  • Registered Users, Registered Users 2 Posts: 7,203 ✭✭✭Talisman


    New Relic will monitor your app and aid you in pinpointing issues.


  • Registered Users, Registered Users 2 Posts: 2,021 ✭✭✭ChRoMe


    t1mm wrote: »
    Hi there,

    I have a number of Java Web Apps (built using Spring) running on a remote Tomcat server that I'd like to monitor - it seems as though the server crashes every few days and I'd like to find out why.

    I've read about VisualVM, but I was wondering if any of you know of a web-based solution - another .war I can deploy on the server and use it to monitor resource usage on the other running applications, and record logs which I can refer back to in the event of a crash.

    Any advice would be greatly appreciated!

    t1mm

    You want to run the monitoring war on the same instance that is crashing?

    You may want to rethink that!


  • Registered Users, Registered Users 2 Posts: 437 ✭✭t1mm


    ChRoMe wrote: »
    You want to run the monitoring war on the same instance that is crashing?

    You may want to rethink that!

    I don't have a choice, and the logs should hopefully show enough information.


Advertisement