JAX-RS DeploymentPage added by Sergey BeryozkinJAX-RS : Deployment This page provides the tips on how to deploy CXF JAX-RS applications packaged as WAR archives or OSGI bundles into Java EE application servers and OSGI containers. Application ServersGlassfishVerified with Glassfish Server Open Source Edition 3.1.1
JBossVerified with JBoss AS 7.1.0.CR1b
WebLogicVerified with WebLogic Server 12c (12.1.1) Specifying a WebLogic specific JSP servletIf you configure CXFServlet to redirect to custom JSP pages then you need to add the following declaration to web.xml: <servlet> <servlet-name>jsp</servlet-name> <servlet-class>weblogic.servlet.JSPServlet</servlet-class> </servlet>
Change Notification Preferences
View Online
|
Add Comment
|
