Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

# sudo wget http://mirror.fibergrid.in/apache/tomcat/tomcat-7/v7.0.69/bin/apache-tomcat-7.0.69.tar.gz

 # cd /usr/share 

 # sudo tar xvf /home/ubuntu/apache-tomcat-7.0.69.tar.gz 

 # sudo mv apache-tomcat-7.0.69 tomcat7

Install nano - text editor 

# sudo apt-get install nano

OPTIONAL (date/time settings) 

Check date:

# date

and if needed update with

# dpkg-reconfigure tzdata 


Step 2 - Tomcat setup

Enabling SSL

...