WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Questions asked -1

    Posted 12/06/13 03:29 PM
    Hi,

    Can someone of you please help me answering the below questions.

    1)How many users are currently using the webserver, where we can this information?

    2)How can u know no.of conncetions in JDBC, when application is running

    3) By default how many no.of max requests the application server can serve at a given point of time

    4) If there is application not responding properly in clustered env? How do u know the particular prob?

    5)How do you identify a req is hitting which app server in a clustered env thru command

    Thanks
    Anil


  • 2.  Questions asked -1

    Posted 12/09/13 10:06 AM
    1)How many users are currently using the webserver, where we can this information?
    server info /mpm stats

    2)How can u know no.of conncetions in JDBC, when application is running
    integrated tivoli performance viewer

    3) By default how many no.of max requests the application server can serve at a given point of time
    depends on your web container pool

    4) If there is application not responding properly in clustered env? How do u know the particular prob?
    look at the logs
    check plugin if any jvm is marked down in plugin log

    5)How do you identify a req is hitting which app server in a clustered env thru command
    add log parameters to http custom log or put plugin logging to higher level.