2 Replies Latest reply on Dec 19, 2011 7:08 AM by stannous

    Encrypting the Keystore Password in a Tomcat Connector problem

    glogu

      Hi everybody !

       

      I want to encrypt my truststore password using this tutorial:

       

      http://docs.jboss.org/jbosssecurity/docs/6.0/security_guide/html/Encrypting_The_Keystore_Password_In_Tomcat.html

       

      there's an instruction like this:

       

      "Navigate to $JBOSS_HOME/server/$PROFILE/deploy/jbossweb.sar/META-INF. Open jboss-service.xml and add the following <depends> tag towards the end. "

       

      But there's no such file in my JBOSS distribution ! There're only jboss-beans.xml, jboss-scanning.xml and jboss-structure.xml file there.

       

      I try to change other files adding dependecy tag but i keep getting:

       

      "Error installing to Start: name=jboss.security:service=

      PBESecurityDomain state=Create mode=Manual requiredState=Installed: javax.management.InstanceNotFoundException: jboss.security:service=JaasSecurityManager is not registered."

       

      Is this some kind of Bug ? Which file schould I change ? Or maybe I need to create jboss-service file in that location ?

       

      I use JBoss 6.0.0.Final.

       

      Thank you in advance.