• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

IBM WAS Custom property disableResourceInjection not working

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We are recently upgrading our WAS server to 8.5.5
following are environment details
WebSphere Platform 8.5.5.0 [BASE 8.5.5.0 gm1319.01]
Host Operating System is AIX, version 6.1
Java version = 1.6.0, Java Compiler = j9jit26, Java VM name = IBM J9 VM

we faced following exception for certain JSP pages (which are huge in size).
The code of method _jspService(HttpServletRequest, HttpServletResponse) is exceeding the 65535 bytes limit

in order to avoid this problem related to refactoring we tried adding following key value pair to ibm-web-ext.xmi which is present at following locations
/usr/IBM/WebSphere/AppServer855/profiles/AppSrv01/config/cells/closuatNode03Cell/applications/<APP_EAR>.ear/deployments/<APP_EAR>/<APP>.war/WEB-INF
and
/usr/IBM/WebSphere/AppServer855/profiles/AppSrv01/installedApps/closuatNode03Cell/<APP_EAR>.ear/<APP>..war/WEB-INF/



after adding these line restarted profile but still we are getting The code of method _jspService(HttpServletRequest, HttpServletResponse) is exceeding the 65535 bytes limit Exception
your effort in helping us resolving this problem is appreciated.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic