When I try to deploy an ear file to my WAS (WebSphere Application Server)
I get the following error:
ADMA0176E: Application installation of {0} faild with PrivilegedActionException. Ear file path is {1}.
Solution
right click on project --> Properties --> Dependecncy Management --> Check "Automatically update dependencies from Maven pom.xml" checkbox
See....my ear file had been deployed to WAS successfully.
And can open my jsp successfully.
No comments:
Post a Comment