Out of Memory Error of Tomcat 6 on Microsoft windows

Open the Apache Tomcat configuration app in sys tray, and on the "Java" tab, bump up the initial memory pool size and the maximum memory pool size to 512 Initial and 768 Max, click Ok In Program FilesApache software FoundationTomcat 5.0bincatalina.bat, in the last section immediately after "rem Execute Java with the applicable properties", insert … Read more

Out of memory error of tomcat on Debian 5.0 Lenny

The error appears because a standard Java VM (tomcat runs with such a VM) allocates only a standard value of memory. On some machines tomcat needs more memory because the OXtender for MS Outlook. Solution: To avoid that tomcat runs out of memory, the following line has to be added to the beginning of the … Read more

ITIL V3 lifecycle (Five Books)

As I wrote in my previous post about ITIL version 3, that is consisting 5 core books. I like to share those books with you guys so if somebody is not able to purchase those very costly books he/she can download these books from under given links. Service strategy http://www.mediafire.com/file/2ynzjnh2ydn/Service Strategy.pdf Service Design http://www.mediafire.com/file/mzhwzz2dydi/Service Design.pdf … Read more

Install Windows XP on SATA without SATA Driver

Default windows xp installers are not coming with SATA hard drive driver. To install windows XP on SATA enabled LAPTOPS and Desktop machines you have to download the SATA driver and rebuild your windows XP CD. There is another simple and easy way to overcome this problem. Restart your system and go to SETUP (BIOS) … Read more

Recover E-mail Password from Microsoft Outlook

It is very easy to recover your forgotton email password from Microsoft Outlook using this utility. Its a portable utility that needs no installation and configuration. Download the file and place it anywhere in your system. Just double click and it will show you all the passwords saved in Microsoft Outlook. http://www.mediafire.com/?tmdgmm2ymwt

PowerEdge 2650 ESM (Embedded Server Management) error

This is the review of the PowerEdge 2650 ESM error that people are experiencing and having  a big trouble due this error. Server hang at startup and a manual interruption required to boot the server (At startup system says to press F1 for normal boot and F2 to enter in setup program). Server cooling fans … Read more

How to Install and Configure Apache-Tomcat 6 on Debian 5 LENNY with apache2

This article is a „how to“ to install the tomcat with apache 2. I will try to explain each and every step so that if anything goes wrong one can revert it or can easily figure out the problem and correct it.

Installing Java 6 runtime:

Please try to install sun JDK because there is a big difference between configurations of sun JDK and open JDK. Installation of sun JDK is given as under;

Sun JDK (non-free)

deb http://ftp.de.debian.org/debian/ lenny main non-free

deb-src http://ftp.de.debian.org/debian/ lenny main non-free

Please copy and paste the above lines and add in /etc/apt/sources.list

vi /etc/apt/sources.list

Please update the aptitude by using the under given command.

aptitude update

aptitude install sun-java6-jdk

Read more

Google has been blocked in china

China has blocked the most famous search engine google. The site is not accessible by anyone in china. Google is becoming very popular search engine in china due to its simplicity. China is frequently forcing the domestic sites to remove controversial materials.

Google is Launching new voice service

 Google is going to lauch new voice service One number for all your calls and SMS Call screening – Announce and screen callers Listen in – Listen before taking a call Block calls – Keep unwanted callers at bay SMS – Send, receive, and store SMS Place calls – Call US numbers for free Taking … Read more

Request Tracker configuration on Debian 5.0 Lenny

In my previous post I talked about how to install the Request Tracker on Debian 5.0 Lenny the latest version of Debian linux Flavour. http://www.itoperationz.com/2009/06/request-tracker-installation-on-debian-5-0-lenny/ In this post i will try to explain the way to configure the Request Tracker with Apache and Fetechmail. Request Tracker Configuration file located at /etc/request-tracker3.6/RT_SiteConfig.pm you need to edit … Read more