It depends on the WebServer that you are using.
Apache
TomCat for example allows you to create a new directory in it's 'webapps' directory that contains all of the files for the application in a directory structure that mimics the structure of the WAR file.
This is great for
testing as you can modify the JSPs etc and retest without the need to package and redeploy the WAR file. However building and generating the WAR file is the best way and shouldn't be too hard a task especially if you create a build script using
ANT.
Andy Bowes<br />SCJP, SCWCD<br />I like deadlines, I love the whoosing noise they make as they go flying past - Douglas Adams