Class AbstractGeronimoStandaloneLocalConfiguration

    • Method Detail

      • createGeronimoReplacements

        protected Map<String,​String> createGeronimoReplacements​(LocalContainer container)
                                                               throws MalformedURLException
        Create filter to replace tokens in configuration file with user defined values.
        Parameters:
        container - the instance representing the Geronimo container
        Returns:
        token with all the user-defined token value
        Throws:
        MalformedURLException - If an URL is malformed.
      • getUserTokens

        protected String[] getUserTokens()
        Generate properties file entries for Geronimo users and groups.
        Returns:
        Array holding the entries for the users and groups properties file entries
      • deployDatasources

        public void deployDatasources​(InstalledLocalContainer container)
                               throws Exception
        Deploy datasources.
        Parameters:
        container - Geronimo container.
        Throws:
        Exception - If anything goes wrong.