Here's a place that will host .war applications for free (temporarily), if you just want to get a feel for it.
http://www.eatj.com/
The apache documentation isn't the most straight-forward in the world for tomcat, but for the absolute basics of deploying a .war, really all you need to do is plop the .war into the $YOUR_TOMCAT_INSTALL_HOME/webapps directory and start the server, and it is off and running. If it doesn't seem to work, the log files should have exception messaging to clue you in on what went wrong.
http://tomcat.apache.org/tomcat-5.5-doc/deployer-howto.html
Read there and google search for .war web application hosting to find places you can pay for rackspace / VMs, depending on what your traffic / security / integrations needs might be (Databases, Third Party APIs, Securities, Authorizations, Payments, etc)