Shilohcity
Technical User
Hi there
I have run into a problem with a web app that I have developed using Tomcat. It is made up of JSP files and a few class files/Beans. When I make this into a .war file with the accompanying dir structure and web.xml file and place it into Tomcats webapp dir and restart all goes according to plan....BUT...when I place the same file on to a WebLogic 5.1 box I get the following error:
Error reading Web application 'fre_server/public_html/Freedom.war'
java.util.zip.ZipException: error in opening zip file
I have no idea what to do. I made the war file using the jar command rather than something like Ant. Does this make a difference?
All comments gratefull received.
Justin. X-) "Creativity is the ability to introduce order into the randomness of nature." Eric Hoffer
Visit me at
I have run into a problem with a web app that I have developed using Tomcat. It is made up of JSP files and a few class files/Beans. When I make this into a .war file with the accompanying dir structure and web.xml file and place it into Tomcats webapp dir and restart all goes according to plan....BUT...when I place the same file on to a WebLogic 5.1 box I get the following error:
Error reading Web application 'fre_server/public_html/Freedom.war'
java.util.zip.ZipException: error in opening zip file
I have no idea what to do. I made the war file using the jar command rather than something like Ant. Does this make a difference?
All comments gratefull received.
Justin. X-) "Creativity is the ability to introduce order into the randomness of nature." Eric Hoffer
Visit me at