Category Archives: HowTo

HowTo Get RID of Just-In-Time debugger

I installed Visual Studio, and with this it installed a Just-In-time script debugger .This Just-In-Time seems to come up all the time when I run Internet Explore and on each page of IE.  Solution Open Start>Control Panels>Internet Options: Advanced and … Continue reading

Posted in HowTo, Troubleshoot | Leave a comment

Rename log4j.properties

Some time the need arises to have our log4j.properties with different name. By default, if no other configuration is given, log4j will search your classpath for a 'log4j.properties' file. Now to use your own named log4j property add the following … Continue reading

Posted in HowTo, Java, log4j | Leave a comment

How To: Read web/META-INF/MANIFEST.MF in Web Application

Hi All,  As you all know In web application inside web directory there is a META-INF directory. Inside which we have MANIFEST.MF that holds version information. I have to read the MANIFEST.MF from this directrory. Need the manifest info for … Continue reading

Posted in HowTo, Java | 2 Comments

How to Delete .SVN folders in Linux and Windows

Hi all, Yesterday I got a code for study that was actually maintained inside Subversion. The code I get was not a exported copy of subversion, because of this I get a deep hierarchy of code included ".svn" folder in … Continue reading

Posted in Articles, HowTo | Leave a comment