First create a Ubuntu Virtual Machine on Windows Azure and be sure it is running. Be sure to have SSH connection enabled working with your VM.
Once you can remote into your Ubuntu Linux VM over SSH try the following steps:
1. Installing Oracle Java SDK # sudo apt-get install openjdk-7-jre 2. Installing Tomcat 7:
#sudo apt-get install tomcat7 Creating config file /etc/default/tomcat7 with new version Adding system user `tomcat7' (UID 106) ... Adding new user `tomcat7' (UID 106) with group...(read more)
↧