JBoss5: Cannot deploy due to java.util.zip.ZipException: error in opening zip file

前端 未结 25 2642
情书的邮戳
情书的邮戳 2020-12-03 06:15

I have a web client and a EJB project, which I created with Eclipse 3.4. When I want to deploy it on Jboss 5.0.1, I receive the error below. I searched a lot but I wasn\'t a

25条回答
  •  自闭症患者
    2020-12-03 06:19

    I added below mentioned code in web.xml under yourServletName and the error got removed

    youServletName
    org.springframework.web.servlet.DispatcherServlet
     **
      contextClass
      org.jboss.spring.vfs.context.VFSXmlWebApplicationContext
     
    2**
    
    

提交回复
热议问题