ICEmobile
  1. ICEmobile
  2. MOBI-648

Set required web.xml settings for websphere in RAD

    Details

    • Type: Improvement Improvement
    • Status: Resolved
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.2 Final
    • Fix Version/s: EE 1.2
    • Component/s: None
    • Labels:
      None
    • Environment:
      RAD (rational application developer 8.5)

      Description

      ICEmobile requires some special settings in web,xml for websphere servers. These settings should be set in RAD tooling.
      1. <context-param>
            <param-name>org.icemobile.cookieformat</param-name>
            <param-value>0000%1$s:-1</param-value>
          </context-param>
              
      2. add multipart config to faces servlet. This has to be done as by default RAD set them to 0 which is not acceptible as 0 is not default value and doen't mean unlimited. It should be set to -1?
               <multipart-config>
                   <max-file-size>52428800</max-file-size>
                   <max-request-size>52428800</max-request-size>
                   <file-size-threshold>0</file-size-threshold>
               </multipart-config>
        

        Activity

        Hide
        Liming Wu added a comment -

        Done and released with 3.2GA/1.2GA

        Show
        Liming Wu added a comment - Done and released with 3.2GA/1.2GA

          People

          • Assignee:
            Liming Wu
            Reporter:
            Liming Wu
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: