You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Dan Haywood (JIRA)" <ji...@apache.org> on 2016/05/17 20:12:12 UTC

[jira] [Created] (ISIS-1403) Suggest changed the web.xml to newer Servlet Deployment Descriptor - version 3.1 and added absolute-ordering element

Dan Haywood created ISIS-1403:
---------------------------------

             Summary: Suggest  changed the web.xml to newer Servlet Deployment Descriptor - version 3.1 and added absolute-ordering element
                 Key: ISIS-1403
                 URL: https://issues.apache.org/jira/browse/ISIS-1403
             Project: Isis
          Issue Type: Improvement
          Components: Core
    Affects Versions: 1.12.1
            Reporter: Dan Haywood
            Assignee: Dan Haywood
            Priority: Minor
             Fix For: 1.13.0


as raised in comment on ISIS-1358... 

Hi Jörg, I tried out your proposal but stil without success. After googling I've found next issue with similar problem https://issues.apache.org/jira/browse/AMQ-6154
Then I've changed the web.xml to newer Servlet Deployment Descriptor - version 3.1 and added absolute-ordering element. After that, I've redeployed war to Tomcat 8.0.33 and simpleapp works now fine!
@Dan Haywood: maybe this should be adapted in simpleapp archetype as well?
<web-app id="WebApp_ID"  xmlns="http://xmlns.jcp.org/xml/ns/javaee"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"
         version="3.1">

    <absolute-ordering/>



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)