Web Server

Azhar on January 7th, 2011

Domain redirection is very common now a days and everyone need it because most companies own more than one domain names for their company. I would like to share a very simple and easy to under htaccess script that forward a whole domain to another domain name. There are few very simple steps involved to [...]

Continue reading about How To Redirect A Domain For Free

Azhar on April 23rd, 2010

In my previous articles for installation and configuration of apache tomcat 6 I tried to focus on the configuration of this web server with other utilities like setting up apache tomcat with apache2, configuration of apache tomcat with virtual host and apcahe2. Today I like to share a very simple method that will show the [...]

Continue reading about how to install Apache Tomcat 6 on Debian 5 (Lenny)

Azhar on March 11th, 2010

A recent survey shows the most used web servers of the world and their market share in a tabular form. I got this survey from a website and thought that why not share it with you guys, just for knowledge sharing. Perhaps someone find this thing interesting and made a quick and easy decision while [...]

Continue reading about 5 – Best Web Servers of the World

Azhar on December 10th, 2009

If Java runs out of memory, the following error occurs: Exception in thread "main" java.lang.OutOfMemoryError: Java heap space This can have two reasons: Your Java application has a memory leak. There are tools like YourKit Java Profiler that help you to identify such leaks. Your Java application really needs a lot of memory (more than [...]

Continue reading about How to set Java heap space in Apache Tomcat?

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 [...]

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