- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
RMA Deployment on Websphere
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-05-2009 05:05 AM
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.Archive
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,
Re: RMA Deployment on Websphere
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Accept as Solution
- Email to a Friend
- Report Inappropriate Content
08-23-2010 02:26 PM
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

