Ok ... i got it ! The JBoss plugin is not pointing to the JDK directly. It is using JRE. So, when i placed my certificate store inside Jdk1.5/Jre1.5/lib/security folder, the plugin was unable to find it in the Jre1.5/lib/security folder !
When i placed it in the second place tooo , it worked ! basically when i installed java, it created two folders C:\Java\Jdk1.5.02 and C:\Java\Jre1.5.02, and also there was a JRE inside the JDK folder ! Bottom line, whereever in your system you find a JRE folder put your security certificate store in its security folder ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950197#3950197 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950197 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
