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]
