When i was trying to install new application in WAS 6.1, I have given the .war file i've created for SampleApplication.
The SampleApplication.war is successfully running in Tomcat server, but when i tried to deploy it in WAS 6.1, following error was shown.
The exception **IWAE0022E** Exception occurred loading deployment descriptor for module `"SampleApplication.war" in EAR file "C:\Appllications\IBM\WebSphere\AppServer2\profiles\AppSrv01\wstemp\3506402\upload\SampleApplication_war.ear" ocurred. Check log for details.`
The context root i've given as /SampleApplicaion.
So what would be the problem and how to resolve this??