Advanced Java and Web Technologies for JNTUK
Blog providing beginner tutorials on different web technologies like HTML, CSS, Javascript, PHP, MYSQL, XML, Java Beans, Servlets, JSP and AJAX
Subscribe to Startertutorials.com's YouTube channel for different tutorial and lecture videos.

Installing Apache Tomcat on Ubuntu

Categories: Installation. No Comments on Installing Apache Tomcat on Ubuntu

This article provides guide for step by step Installing Apache Tomcat on Ubuntu.   Pre-Installation Note: It is assumed that you have already installed JDK 7 or higher.   Decompress the file: tar xvzf apache-tomcat-8.0.20.tar.gz   Now, move the file into a proper location: mv apache-tomcat-8.0.20 /opt/tomcat Subscribe to our monthly newsletter. Get notified about […]

Read the rest of this entry »

Installing XAMPP on Ubuntu

Categories: Installation. No Comments on Installing XAMPP on Ubuntu

This article guides you step by step on Installing XAMPP on Ubuntu. Change xampp package installer to executable: sudo chmod +x xampp-linux-5.6.3-0-installer.run   Run the installer with the following command: sudo ./xampp-linux-5.6.3-0-installer.run   The window installation wizard will appear:   Click “Next”. Another window appears: Subscribe to our monthly newsletter. Get notified about latest articles, offers and […]

Read the rest of this entry »

Apache Tomcat Server Installation

Categories: Installation. No Comments on Apache Tomcat Server Installation

Download Apache Tomcat Server from this link. In this tutorial I will be installing Apache Tomcat Server 8.0.15 Version.   System specification: Operating System: Windows 8.1 64 bit Processor: Intel core i3 64 bit Note: Before installing Apache Tomcat 8.xx, install JDK7 or later as Tomcat requires path to JRE.   Subscribe to our monthly […]

Read the rest of this entry »