Symptom:
In JBoss application server, after deploying the AFM, State Manager, and sample application-specific WAR files, the application server logs are all redirected to the AFM log file, arcotafm.log.
Solution:
Create a new file, jboss-web.xml, and do the following:
<jboss-web>
<class-loading java2ClassLoadingCompliance="false">
<loader-repository>
com.arcot:loader=<UniquenameforClassLoader>
<loader-repository-config>
java2ParentDelegation=false
</loader-repository-config>
</loader-repository>
</class-loading>
</jboss-web>
UniquenameforClassloader must be unique for each application. For example, you can use ArcotAFMClassloader for AFM, ArcotSMClassloader for State Manager, and so on.
where,
App_Exploded_Location is the location where JBoss has extracted the application
App_Name is the name of the application, for example, arcotafm or arcotsm.
If jboss-classloading.xml file is present in this location, then delete the file.
Repeat this procedure for the AFM, State Manager, and SAML sample applications.
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|