Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Project: Deploying Web Applications Follow the instructions in the \"CSC 228 lab

ID: 3605660 • Letter: P

Question

Project: Deploying Web Applications Follow the instructions in the "CSC 228 lab manual." 1 Installing VMware Player 2 Setting Up a Basic Ubuntu Virtual Machine 3 Linux Commands Used in CSC 228 Labs 4. Installing Applications on a Basic Ubuntu Virtual Machine 4.2 Launching the VM 4.3 Running Command sudo without Needing Password Installing Java JDK Installing JRE Plugin for Firefox 4.6.1 4.6.2 4.7 Installing Apache Tomcat 4.7. Installing Tomcat 4.7.2 Tomcat File Organization Installing MySQL Database Server Deploying Sample Tomcat Web Applications 4.8 4.9

Explanation / Answer

4.3 - when we running command sudo it will ask for password so system will give super user permission . After that we no need to give password again when we friquently using that terminal.

4.6.1- You can download JDK form here :

http://www.oracle.com/technetwork/java/javase/downloads/java-archive-javase8-2177648.html

accept license agreement and download apropriate JDK.

it will be tar file sor untar it using

2. Became root user using

sudo su

3. rpm -e package_name

4.rpm -ivh jdk-8uversion-linux-x64.rpm

5.rpm -Uvh jdk-8uversion-linux-x64.rpm

6.Delete the .rpm file if you want to save disk space.

7.Exit the root shell. No need to reboot.

4.6.2.