使用Jboss部署简单War文件(J2EE应用程序)时出错

时间:2016-01-01 21:17:22

标签: java jsp java-ee deployment jboss

在我必须做的J2EE应用程序中,一切都在编译,并且创建了projet.war。当我使用Jboss(这是必须的)部署时,我有以下错误:

Deploying C:\Users\samyham\Videos\projet\dist\projet.war
{"JBAS014653: Opération composite échouée et annulée. Étapes déficientes :" => {"Opération step-2" => {"JBAS014671: Les services ont échoué" => {"jboss.web.deployment.default-host./projet" => "org.jboss.msc.service.StartException in service jboss.web.deployment.default-host./projet: org.jboss.msc.service.StartException in anonymous service: JBAS018040: Échec du démarrage du contexte
    Caused by: org.jboss.msc.service.StartException in anonymous service: JBAS018040: Échec du démarrage du contexte"}}}}
C:\Users\samyhamidouche\Videos\projet\nbproject\build-impl.xml:1035: The module has not been deployed.

以下是服务器的日志:

09:03:03,722 ERROR [org.apache.catalina.core] (ServerService Thread Pool -- 1093) JBWEB001097: Error starting context /projet: java.lang.IllegalArgumentException: JBWEB000282: Invalid <url-pattern> /*.html in Servlet mapping
    at org.apache.catalina.core.StandardContext.addServletMapping(StandardContext.java:2227) [jbossweb-7.4.8.Final-redhat-4.jar:7.4.8.Final-redhat-4]
    at org.apache.catalina.core.StandardContext.addServletMapping(StandardContext.java:2203) [jbossweb-7.4.8.Final-redhat-4.jar:7.4.8.Final-redhat-4]
    at org.jboss.as.web.deployment.JBossContextConfig.processWebMetaData(JBossContextConfig.java:482) [jboss-as-web-7.4.0.Final-redhat-19.jar:7.4.0.Final-redhat-19]
    at org.jboss.as.web.deployment.JBossContextConfig.applicationWebConfig(JBossContextConfig.java:201) [jboss-as-web-7.4.0.Final-redhat-19.jar:7.4.0.Final-redhat-19]
    at org.apache.catalina.startup.ContextConfig.start(ContextConfig.java:354) [jbossweb-7.4.8.Final-redhat-4.jar:7.4.8.Final-redhat-4]
    at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:153) [jbossweb-7.4.8.Final-redhat-4.jar:7.4.8.Final-redhat-4]
    at org.jboss.as.web.deployment.JBossContextConfig.lifecycleEvent(JBossContextConfig.java:194) [jboss-as-web-7.4.0.Final-redhat-19.jar:7.4.0.Final-redhat-19]
    at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:115) [jbossweb-7.4.8.Final-redhat-4.jar:7.4.8.Final-redhat-4]
    at org.apache.catalina.core.StandardContext.start(StandardContext.java:3717) [jbossweb-7.4.8.Final-redhat-4.jar:7.4.8.Final-redhat-4]
    at org.jboss.as.web.deployment.WebDeploymentService.doStart(WebDeploymentService.java:161) [jboss-as-web-7.4.0.Final-redhat-19.jar:7.4.0.Final-redhat-19]
    at org.jboss.as.web.deployment.WebDeploymentService.access$000(WebDeploymentService.java:59) [jboss-as-web-7.4.0.Final-redhat-19.jar:7.4.0.Final-redhat-19]
    at org.jboss.as.web.deployment.WebDeploymentService$1.run(WebDeploymentService.java:94) [jboss-as-web-7.4.0.Final-redhat-19.jar:7.4.0.Final-redhat-19]
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [rt.jar:1.8.0_45]
    at java.util.concurrent.FutureTask.run(FutureTask.java:266) [rt.jar:1.8.0_45]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [rt.jar:1.8.0_45]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [rt.jar:1.8.0_45]
    at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_45]
    at org.jboss.threads.JBossThread.run(JBossThread.java:122)

09:03:03,804 ERROR [org.apache.catalina.core] (ServerService Thread Pool -- 1093) JBWEB001103: Error detected during context /projet start, will stop it
09:03:03,808 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 1093) MSC000001: Failed to start service jboss.web.deployment.default-host./projet: org.jboss.msc.service.StartException in service jboss.web.deployment.default-host./projet: org.jboss.msc.service.StartException in anonymous service: JBAS018040: Échec du démarrage du contexte
    at org.jboss.as.web.deployment.WebDeploymentService$1.run(WebDeploymentService.java:97)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [rt.jar:1.8.0_45]
    at java.util.concurrent.FutureTask.run(FutureTask.java:266) [rt.jar:1.8.0_45]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [rt.jar:1.8.0_45]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [rt.jar:1.8.0_45]
    at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_45]
    at org.jboss.threads.JBossThread.run(JBossThread.java:122)
Caused by: org.jboss.msc.service.StartException in anonymous service: JBAS018040: Échec du démarrage du contexte
    at org.jboss.as.web.deployment.WebDeploymentService.doStart(WebDeploymentService.java:166)
    at org.jboss.as.web.deployment.WebDeploymentService.access$000(WebDeploymentService.java:59)
    at org.jboss.as.web.deployment.WebDeploymentService$1.run(WebDeploymentService.java:94)
    ... 6 more
JBAS014775: Nouvelles dépendances manquantes/non complétées : 
Dépendances service jboss.deployment.unit."projet.war".component.CategorieFacade.START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component.ClientFacade.START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component.Facade.START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component.ReservationFacade.START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."com.sun.faces.config.ConfigureListener".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."javax.faces.webapp.FacetTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."javax.servlet.jsp.jstl.tlv.ScriptFreeTLV".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."javax.servlet.jsp.tagext.TagSupport".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."managed-bean.org.apache.struts.faces.util.StrutsContext".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.faces.taglib.BaseTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.faces.taglib.CommandLinkTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.faces.taglib.HtmlTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.faces.taglib.JavascriptValidatorTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.faces.taglib.LoadMessagesTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.faces.taglib.MessageTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.faces.taglib.StylesheetTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.faces.taglib.WriteTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.bean.CookieTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.bean.DefineTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.bean.IncludeTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.bean.ResourceTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.bean.SizeTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.bean.WriteTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.html.ButtonTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.html.CancelTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.html.ErrorsTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.html.FileTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.html.FrameTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.html.HiddenTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.html.HtmlTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.html.ImgTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.html.JavascriptValidatorTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.html.LinkTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.html.MessagesTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.html.MultiboxTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.html.OptionTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.html.OptionsTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.html.PasswordTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.html.ResetTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.html.SubmitTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.html.TextareaTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.html.XhtmlTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.logic.EmptyTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.logic.EqualTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.logic.ForwardTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.logic.GreaterThanTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.logic.IterateTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.logic.LessEqualTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.logic.LessThanTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.logic.MatchTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.logic.MessagesNotPresentTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.logic.MessagesPresentTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.logic.NotEmptyTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.logic.NotEqualTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.logic.NotPresentTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.logic.PresentTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.logic.RedirectTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.nested.NestedRootTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.nested.NestedWriteNestingTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.nested.bean.NestedMessageTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.nested.bean.NestedSizeTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.nested.bean.NestedWriteTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.nested.html.NestedCheckboxTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.nested.html.NestedErrorsTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.nested.html.NestedFileTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.nested.html.NestedFormTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.nested.html.NestedHiddenTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.nested.html.NestedImageTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.nested.html.NestedImgTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.nested.html.NestedMessagesTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.nested.html.NestedMultiboxTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.nested.html.NestedOptionsTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.nested.html.NestedPasswordTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.nested.html.NestedSelectTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.nested.html.NestedSubmitTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.nested.html.NestedTextTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.nested.logic.NestedEmptyTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.nested.logic.NestedEqualTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.nested.logic.NestedGreaterEqualTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.nested.logic.NestedGreaterThanTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.nested.logic.NestedLessEqualTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.nested.logic.NestedLessThanTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.nested.logic.NestedMatchTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.nested.logic.NestedMessagesNotPresentTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.nested.logic.NestedNotEqualTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.nested.logic.NestedNotMatchTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.taglib.nested.logic.NestedNotPresentTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.tiles.taglib.AddTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.tiles.taglib.DefinitionTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.tiles.taglib.GetAttributeTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.tiles.taglib.ImportAttributeTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.tiles.taglib.InitDefinitionsTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.tiles.taglib.PutListTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.struts.tiles.taglib.UseAttributeTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.strutsel.taglib.bean.ELIncludeTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.strutsel.taglib.bean.ELMessageTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.strutsel.taglib.bean.ELPageTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteService] 
Dépendances service jboss.deployment.unit."projet.war".component."org.apache.strutsel.taglib.bean.ELResourceTag".START (manquantes) : [service jboss.deployment.unit."projet.war".deploymentCompleteS .........

很抱歉有时会说法语,Jboss是法语,我使用NetBeans和Jboss 6.3。我怎么能纠正这个?

1 个答案:

答案 0 :(得分:1)

您是否尝试将url-mapping替换为其他格式?尝试* .html而不是/ * .html

您可以在https://developer.jboss.org/thread/76911?start=0&tstart=0&_sscc=t

中看到另一种可能的模式

在那里,如果您只是为了映射扩展名,那么您不需要/前缀。