Configuring Tomcat in Ubuntu with Apache server running on it
Login with the root account. Check if java is already installed on the machine. If not, first install java on ubuntu.
Web get the apache-tomcat tar file from the below location
(more…)
Configuring Tomcat in Ubuntu with Apache server running on it
Login with the root account. Check if java is already installed on the machine. If not, first install java on ubuntu.
Web get the apache-tomcat tar file from the below location
(more…)
phpMyAdmin is a web based interface to MySQL which is written using PHP for Administration of databases. Visual interface provided is intuitive and it saves time for the developers. (ver 3.1.1 is the recommended version as of this writing which runs on PHP 5/MySQL 5)
Step 1: First we need to check MySQL is installed by issuing the following command
[root@user Desktop]# which mysql
If you get …
/usr/bin/mysql
then, it is an indication that MySQL is installed in your machine. (more…)
GZIP compression is used for compressing the content of the web pages by the server before the content (text & images) get passed to the browser. The browser takes this input and decompresses the content before delivering it to site users.
Compressing the content of the pages makes the page size small which in turn will have a positive & significant impact on the page loading. There is a misconception that the larger bandwidth availability or lesser file size is what is needed for faster page loading, which is not. (more…)
By default Apache service is turned off and a user need to turn it on by issuing the following command with root permissions. (more…)