Sometimes life become hell for some unexpected errors. Well, this is not unexpected error, it can be occurred if you run your application at PHP5 as CGI mode on Apache 2.2. You may face it if you run your application at shared hosting. Last week, I ran into this problem when I used Codeigniter for …
apache
Install Apache Tomcat server with Open JDK on Ubuntu
I need to run JavaServer Pages(JSP) in one of my client projects. So, I installed Apache Tomcat server on my Ubuntu. Basically, Apache Tomcat is an open source software implementation for Java Servlet and JSP. I will show you the manual way to install on OpenJDK implementation of Java. You can also run tomcat on …
Easy steps to install LAMP Server with phpmyadmin
First, let me introduce LAMP Server to you. LAMP stands for Linux Apache MySql PERL/PHP. So, keep it in your mind that for installing the LAMP server, you must have Linux distribution such as Ubuntu and Debian in your pc. You also get these flavours in XAMPP (Linux version), what I showed already in my …
Installing Apache Tomcat in Windows 7 x64
Apache Tomcat is an open source servlet container developed by the Apache Software Foundation (ASF). It is needed to implement Java Servlet and the JavaServer Pages (JSP). I will describe the way of installing for win7 x64 .. Download Tomcat from Apache click here. It will be zip file and extract the zip to any directories …
Install XAMPP in Ubuntu 10.04
First, download XAMPP (linux version) for Ubuntu. Download link: Click Here Keep in mind when you download it, remember the location where you save the downloaded file. Now, suppose you download and save the file in desktop. Open terminal (Ctrl+Alt+T) and go to desktop. cd Desktop Extract the downloaded archive file to /opt: $ sudo …