Apache Tomcat is already installed with Solaris 10. Following steps can be used to enable the Tomcat server (assuming C-shell):
Any experienced programmer knows that over the life cycle of a piece of software, more effort and resource is spent in debugging than original code development. Solaris operating system provides a variety of tools to assist in the debugging process. One of the oldest of these tools is truss(1).
Solaris thread library enables extra error checking when environmental variable _THREAD_ERROR_DETECTION is set to 1 or 2.
Ever wonder what’s going on in your system’s memory (RAM) ? Solaris provides a mdb dcmd ::memstat , which provides the status of all the pages in memory.