// archives

solaris

This tag is associated with 4 posts

Enabling Apache Tomcat on Solaris 10

Apache Tomcat is already installed with Solaris 10. Following steps can be used to enable the Tomcat server (assuming C-shell):

Using Truss to Debug

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).

Tip to debug a multi threaded solaris program

Solaris thread library enables extra error checking when environmental variable _THREAD_ERROR_DETECTION is set to 1 or 2.

What’s Going On In My System’s Memory ?

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.