Installing tomcat 6 and mysql server on ubuntu ec2 instance -


I made an example of Ubuntu 10.04 Sullins links on the Amazon EC2 cloud. Now I need to configure my web application to run which is running Java servlet and mysql 5.1. Since I'm a newbie or a novice in this environment, I need some help or reference material. If you know this kind of link or tutorial, please let me know.

Thanks a ton

  sudo apt-get mysql-server tomcat6 Install it   

It is actually as complex as it is that depending on how you can deploy your webapp, you would like to install tomcat6-admin

  sudo apt-get install tomcat6-admin   

config files can be found in

  / etc / mysql / etc / Tomcat6 / etc / default / tomcat6   

  /etc/init.d/tomcat6 start | Stop /etc/init.d/mysql start Start and stop server using stop    

Comments