Error with Jboss while deploying a jsp/servlet web app “com.sun.faces.config.ConfigureListener” Error

前端 未结 2 1703
说谎
说谎 2021-01-22 13:10

I am working on JSP/Servlets. The web app is to be deployed on Jboss 6.

I am using Java 1.6, Eclipse and Maven2. I do not refer to JSF anywhere in my code.

My pr

2条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-01-22 13:46

    URL file:/home/jamshed/jboss-6.0.0.Final/server/default/tmp/vfs/automount32136eeb452eb1b9/UltimateSMS-1.war-9f7ce8e7ceadff1/

    I believe this would the path to the working space for building the war file. Perhaps it is possible to take a look in there and see if you are able to find the WAR itself that it is attempting to deploy?

    What I am getting at is, see if you can build or obtain your war file and try to manually deploy it to JBoss. If it doesn't work then there is something missing on your classpath for JBoss, if it does then there is something missing in Maven or your pom.

提交回复
热议问题