Free web hosting with Tomcat?

apache, tomcat, web-hosting

Solution

simplest answer, even if this requires a bit of work, AWS.

- Create a free AWS account.

- Fire up EC2 instance in free tier

- Login to EC2 instance(your own server)

- Download tomcat via wget

- Assign public IP to that instance and open port 8080 or whatever you assign

- Deploy and enjoy!

Problem

I have a `.war` file that needs to be deployed in a public ip in order to work. Do you know a free web host that I could try to deploy it? I know dozens solutions with Apache, PHP , MySQL but never really heard anything about Tomcat. Any ideas?

Original source