We have written a servlet based application using several single thread
model servlets. The iPlanet 4.0 sp3 web server will after a period of
time stop serving up servlets (it still serves static HTML pages). We
supposition two possibilities, 1) the JVM is not large enough or 2) the
number of active threads/servlets is being limited. My question is how
does one monitor the number of active threads, JVM heap size, and other
JVM information in the iPlanet server? My AIX guys can look at the
processes on the OS side, but I need to know what is going on inside the
web server. Any suggestion as to where to find these tools? Thanks.
Previously posted in iplanet.server