Jeanne Boyarsky wrote:A Jumpin JForum Day to y'all.
Jeanne Boyarsky wrote:
To celebrate, we have some shiny new features for you complements of Devaka, Jaikiran, Jeanne and Tim.
./standalone.sh -b=10.0.0.17
....
Change all your JSPs to include charset name in their contentType.
For example, use <%@page contentType="text/html; charset=UTF-8" %> for the usual JSP pages and <jsp:directive.page contentType="text/html; charset=UTF-8" /> for the pages in XML syntax (aka JSP Documents).
...
java:global/firstejb/EmployeeServiceBean!com.sze.ejb.EmployeeService