2 Replies Latest reply on May 5, 2009 11:39 PM by anil.saldhana

    My servlet is not using the JBoss identity keystore


      I have JBoss setup to use a typical identity keystore (Identity.jks), but the servlets running in JBoss do not know about this keystore or its password. The passwords are cloaked using Anil's technique (http://www.jboss.org/community/docs/DOC-9702).


      How can I setup JBoss so that my servlets know the path and password to JBoss' identity keystore? I cannot change the servlet source code, and I cannot use a plaintext password (i.e. in org.jboss.varia.property.SystemPropertiesService).