Chris, I can both unjar and unzip the war file with no problem from the command line. I've noticed that other people are having similar problems with this same error being reported in reading through some of the recent posts.
--- Christopher Schultz <[EMAIL PROTECTED]> wrote: > Gerry, > > Receiving error: > > INFO: Installing web application at context path /jetspeed from URL > > file:/usr/local/jakarta-tomcat/webapps/jetspeed > > java.util.zip.ZipException: error in opening zip file > > This often happens for two reasons: > > 1. You are on win32 and you FTP'd the file using ASCII mode. > > 2. You are using CVS (or some other source control system) and you > did > not specify the "binary" switch when checking the file in. Getting is > > back may screw up \n characters and other things. > > Check to see that the file is not actually corrupt by doing: > > jar tvf jetspeed.jar > > to see what happens. > > I'd use some form of 'zip' to test it, but sometimes people only have > > the JDK tools... > > -chris > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > ===== Gerry Reno mailto: grenoml at@ yahoo dot. com (if mail bounces please retry later - spam rapidly fills up mailbox) __________________________________ Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard http://antispam.yahoo.com/whatsnewfree --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
