how to make war Files

I got tomcat 5 and I'm trying to upload jsp and servlet and class files into a web hosting service....but they require that I upload war files....How do I put the files in a war file?
[198 byte] By [Octaviana] at [2007-10-3 4:23:18]
# 1
use jar to create the archivenavigate to root directory and do something like this:jar cvf *.* myapp.war
SoulTech2012a at 2007-7-14 22:25:37 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...