Web Agent Guides › Web Agent Option Pack Guide › Deploy Federation Web Services for Federation › Deploy Federation Web Services as a Web Application › Set Up JBOSS or Tomcat to Work with Federation Web Services › Prerequisites to Deploy an FWS WAR File in JBoss Server › Update the Affwebservices Deployment Descriptor File
Update the Affwebservices Deployment Descriptor File
Edit the affwebservices deployment descriptor to add a few <context-param> entries.
Follow these steps:
- Open the affwebservices deployment descriptor file (webagent_option_pack/affwebservices/WEB-INF/web.xml) in a text editor.
- Add the following lines after the <web-app> tag and before the <servlet> tag:
<context-param>
<param-name>resteasy.scan</param-name>
<param-value>false</param-value>
</context-param>
<context-param>
<param-name>resteasy.scan.resources</param-name>
<param-value>false</param-value>
</context-param>
<context-param>
<param-name>resteasy.scan.providers</param-name>
<param-value>false</param-value>
</context-param>
- Save and exit the text editor.
Copyright © 2013 CA.
All rights reserved.
|
|