Download Blaze Trial
Follow FICO
LinkedIn   Twitter   Youtube
Close To access this section, please choose the Community Neighborhood in which you have the most interest.

» Business Rules Management
» Collections & Recovery
» Fraud Management
» Risk Management
» Scoring
Close To access this section, please choose the Community Neighborhood in which you have the most interest.

» Business Rules Management
» Collections & Recovery
» Fraud Management
» Risk Management
» Scoring
Reply
Visitor
Posts: 4
Registered: ‎05-26-2009

RMA Deployment on Websphere

I am getting following errors while trying to deploy the generated rma.war on websphere v6.0 server:
 
While importing war in RAD (Websphere v6.0, jre 1.4.2:
!IWAE0006E Archive is not a valid WAR File because the deployment descriptor can not be found (case sensitive): WEB-INF/web.xml!
 
While deploying war on websphere server:
The EAR file might be corrupt or incomplete.
java.lang.ClassCastException: com.ibm.etools.j2ee.commonarchivecore.impl.ArchiveImpl
 
I also tried creating a new Dynamic web project in RAD, and using the extracted  war contents. And included all the related jar files, but there are so many errors.


Could someone please guide me as to how I could deploy the war( RMA) on websphere server?

 

Thanks for the help,

 

Contributor
Posts: 22
Registered: ‎09-30-2008

Re: RMA Deployment on Websphere

Take the generated files from ADVISOR_HOME\RuleMaintenanceCenter\rma\ and import them into your webcontent folder.  If you are using above 2.3 version of a dynamic web project you should cut and paste the servlet mapping (minus the <display-name> tags into your existing web.xml file.  Might not be a bad idea to copy all the jar files into your WEB-INF\lib folder as well.

 

HTH,

 

Kevin