This section concerns changes you can make to your <JBdir>/server/configdir/deploy/jbossweb.deployer/conf/web.xml file.

Add the following to the web.xml file under the JSP servlet (search for <servlet-name>jsp</servlet-name>) and make changes in that context.

<init-param>
     <param-name>trimSpaces</param-name>
     <param-value>false</param-value>
</init-param>
<init-param>
     <param-name>genStrAsCharArray</param-name>
     <param-value>true</param-value>
</init-param>
<init-param>
     <param-name>classDebugInfo</param-name>
     <param-value>false</param-value>
</init-param>

Copyright © 1997, 2013 Oracle and/or its affiliates. All rights reserved. Legal Notices