Update documentation for glassfish server support
-------------------------------------------------
Key: CXF-3409
URL: https://issues.apache.org/jira/browse/CXF-3409
Project: CXF
Issue Type: Bug
Components: Configuration
Affects Versions: 2.3.3
Environment: Glassfish 2.1.1 server running in Windows XP environment
and Java 1.6.0.21
Reporter: David Morris
Priority: Minor
Fix For: 2.3.3
Need to update
http://cxf.apache.org/docs/application-server-specific-configuration-guide.html
for Glassfish 2.1.1.
CXF Interceptors will not work in Glassfish without this sun-web.xml file
configured for the classloader. There appears to be a conflict with metro. The
following sun-web.xml xml source was added to /WEB-INF to resolve this issue:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE sun-web-app PUBLIC '-//Sun Microsystems, Inc.//DTD
Application Server 9.0 Servlet 2.5//EN'
'http://www.sun.com/software/appserver/dtds/sun-web-app_2_5-0.dtd'>
<sun-web-app>
<class-loader delegate="false"/>
</sun-web-app>
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira