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

标签 java jsp jakarta-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。我该如何纠正这个问题?

最佳答案

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

您可以从 https://developer.jboss.org/thread/76911?start=0&tstart=0&_sscc=t 看到另一种可能的模式

如果您只是为了映射扩展名而执行此操作,则不需要/前缀。

关于java - 使用Jboss部署简单的War文件(J2EE应用程序)时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34560148/

相关文章:

java - Eclipse 甚至不会在被告知时尝试编译/运行

javascript - AJAX 脚本更改响应导航

java - JSF 中的多页面导航问题

jsp - Struts - 添加新的 JSP 需要进行哪些更改?

security - GLassfish SSL 配置页面级别

java - 使用 HtmlUnit 从 <p> 中检索值

java - 将变量从 Servlet 发送到 JSP

java - 使用循环和随机生成器的程序(java 入门)

design-patterns - 客户端-服务器应用程序中的 session 外观

java - JPA Eclipse 链接(MySQL)-成功写入数据库后未检索数据