Maven WAS RSA Dynamic Web Project Issue!
I was getting a 403 when trying to access my Dynamic Web Project in RSA.
I tried to add myself using the WebSphere Admin Console to the user mapping, but I was getting this error.
java.util.zip.ZipException: duplicate entry: META-INF/maven/com.ibm.mskhouse/DAO_MASK01/pom.xml
I took a step back and looked at application.xml from my WAS7 Test env. It had a different security-role id, so I made it the same as the known good version and Voila! The 403 is gone.
I also found that "Minimize application files copied to the server" is a good option to uncheck so that you can see all the files WAS is using for the hot deploy.
I tried to add myself using the WebSphere Admin Console to the user mapping, but I was getting this error.
java.util.zip.ZipException: duplicate entry: META-INF/maven/com.ibm.mskhouse/DAO_MASK01/pom.xml
I took a step back and looked at application.xml from my WAS7 Test env. It had a different security-role id, so I made it the same as the known good version and Voila! The 403 is gone.
I also found that "Minimize application files copied to the server" is a good option to uncheck so that you can see all the files WAS is using for the hot deploy.
Comments
Post a Comment