Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to put a eclipse web project onto a real world server?

Tags:

java

eclipse

live

I have never placed anything on a web server.

i have a dynamic web project built in eclipse using servlets (using tomcat 7) that connects to a mysql database that is on a computer that is on my college network.

How would i go about placing this project onto a Web Server so i can access it from anywhere. If you could explain the best and cheapest option that would be great

what would be the steps involved to make this project go live?

like image 804
molleman Avatar asked Jul 22 '11 18:07

molleman


1 Answers

Amazon EC2 has free micro instance that will run tomcat+mysql! It's worth checking out!

613 MB of memory and 32-bit and 64-bit platform support

like image 181
Michael J. Lee Avatar answered Nov 02 '22 23:11

Michael J. Lee