Class AbstractResinStandaloneLocalConfiguration

    • Method Detail

      • prepareConfigurationDirectory

        protected abstract void prepareConfigurationDirectory​(Container container,
                                                              String confDir)
                                                       throws IOException
        Allow specific version implementations to add custom preparation steps before the container is started.
        Parameters:
        container - the container to configure
        confDir - Resin conf directory
        Throws:
        IOException - in case of an error
      • createExpandedWarTokenValue

        protected String createExpandedWarTokenValue​(String dirAttribute)
        Parameters:
        dirAttribute - name of attribute used in resin.conf to specify where the war is located. This Attribute is different for different versions of Resin.
        Returns:
        the value for the resin3x.expanded.webapps filter token
      • getSecurityToken

        protected String getSecurityToken​(String prefix,
                                          String suffix)
        Parameters:
        prefix - the prefix string to use for each user
        suffix - the suffix string to use for each user
        Returns:
        an Ant filter token containing all the user-defined users
      • getResinConfigurationFileName

        protected String getResinConfigurationFileName()
        Returns:
        Resin configuration file name.