Install Tomcat 7 on Amazon EC2 Ubuntu
Install Tomcat 7 on Amazon EC2 Ubuntu?123456789101112view rawgistfile1.txtThis Gist?brought to you by?GitHub.
Enable AUTHBIND
/vol is the mounted point of a EBS volume. To create a EBS volume, read the post -?Amazon EC2 - Mounting a EBS drive.
Restart tomcat7.
Deploy a war file to "/vol/webapps" and access the application at
http://{ec2-domain}/{app_name}
/vol is the mounted point of a EBS volume. To create a EBS volume, read the post -?Amazon EC2 - Mounting a EBS drive.
Restart tomcat7.
Deploy a war file to "/vol/webapps" and access the application at
http://{ec2-domain}/{app_name}