No, what I mean is to have the download be a war file where I can download it to my local computer, then use the "web adming console" to install that war file. This would be less steps for someone to take than the zip file. With a zip file you still have to:
1. download it
2. unzip it
3. find the folder after it's been unzipped
4. rename that folder if you want to
5. copy that folder into the webapps director of your app server.
The war file would also help those that are upgrading and use Eclipse to do the fine modifications. Eclipse has a neat "Import War File" option which will make sure that all the files are put int he correct place and can be run in that environment to
test.
[originally posted on jforum.net by Fairbo]