Archive for July, 2009

How to enable verbose GC in tomcat

The Problem Where do I put the “Enable verbose GC” setting in Tomcat? Is there a switch or something? The Fix The file that you should use to enable verbose gc for Tomcat ( Or for the JVM that Tomcat is running in ) is $TOMCAT_HOME/bin/setenv.sh/.bat. This file might not exist in your install so [...]

Continue reading »

where does the php.ini file go?

The Problem I needed to add more memory to php but by default php installed from source (configure && make && make install) does NOT install the php.ini file. So where is waldo? The Fix Here is a code snip that shows what configuration file IS loaded when php is executed: [root@mybox php-5.2.10]# php -r [...]

Continue reading »

Follow

Get every new post delivered to your Inbox.