Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for fessboot (0.07 sec)

  1. src/main/java/org/codelibs/fess/FessBoot.java

    import org.codelibs.fess.tomcat.webresources.FessWebResourceRoot;
    import org.dbflute.tomcat.TomcatBoot;
    import org.dbflute.tomcat.logging.BootLogger;
    import org.dbflute.tomcat.props.BootPropsTranslator;
    
    public class FessBoot extends TomcatBoot {
    
        private static final String LOGGING_PROPERTIES = "logging.properties";
    
        private static final String FESS_CONTEXT_PATH = "fess.context.path";
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Oct 11 21:20:39 UTC 2024
    - 8K bytes
    - Viewed (0)
  2. src/main/assemblies/files/fess

                    org.codelibs.fess.FessBoot $FESS_OPTS > /dev/null
        else
            exec "$JAVA" $FESS_JAVA_OPTS $fess_parms -Dfess.es.dir="$SEARCH_ENGINE_HOME" -cp "$FESS_CLASSPATH" $props \
                    org.codelibs.fess.FessBoot $FESS_OPTS <&- > /dev/null &
            if [ x"$pidfile" != "x" ] ; then
                echo $! > $pidfile
            fi
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sun Jan 15 06:32:15 UTC 2023
    - 5.4K bytes
    - Viewed (0)
  3. src/main/assemblies/files/service.bat

    	)
    )
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sun Jan 15 06:32:15 UTC 2023
    - 6K bytes
    - Viewed (0)
  4. README.md

    ### Setup for OpenSearch Plugins
    
    Run antrun:run to download plugins into the plugins directory:
    
        $ mvn antrun:run
    
    ### Run Fess
    
    Run or debug org.codelibs.fess.FessBoot on your IDE, and then access http://localhost:8080/
    
    ### Build Package
    
    Run the `package` goal and then the release file will be created in target/releases.
    
        $ mvn package
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 12 07:19:47 UTC 2024
    - 7.3K bytes
    - Viewed (0)
  5. src/packaging/rpm/init.d/fess

    fi
    
    #
    # Source function library.
    #
    if [ -f /etc/rc.d/init.d/functions ]; then
        . /etc/rc.d/init.d/functions
    fi
    
    # Sets the default values for fess variables used in this script
    PROC_NAME=org.codelibs.fess.FessBoot
    FESS_USER="${packaging.fess.user}"
    FESS_GROUP="${packaging.fess.group}"
    FESS_HOME="${packaging.fess.home.dir}"
    PID_DIR="${packaging.fess.pid.dir}"
    
    # Source the default env file
    FESS_ENV_FILE="${packaging.env.file}"
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sun Jan 15 06:32:15 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  6. docs/de/README.md

    ### Einrichten von OpenSearch-Plugins
    
    Führen Sie antrun:run aus, um Plugins in das Plugins-Verzeichnis herunterzuladen:
    
        $ mvn antrun:run
    
    ### Fess ausführen
    
    Führen Sie `org.codelibs.fess.FessBoot` in Ihrer IDE aus oder debuggen Sie es und greifen Sie dann auf http://localhost:8080/ zu.
    
    ### Paket erstellen
    
    Führen Sie das `package`-Ziel aus, und dann wird die Release-Datei im Verzeichnis target/releases erstellt.
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 12 07:19:47 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  7. docs/es/README.md

    ### Configuración de Plugins para OpenSearch
    
    Ejecuta antrun:run para descargar los plugins en el directorio de plugins:
    
        $ mvn antrun:run
    
    ### Ejecutar Fess
    
    Ejecuta o depura `org.codelibs.fess.FessBoot` en tu IDE, y luego accede a http://localhost:8080/
    
    ### Construir el Paquete
    
    Ejecuta el objetivo `package` y luego se creará el archivo de lanzamiento en target/releases.
    
        $ mvn package
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 12 07:19:47 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  8. docs/zh-CN/README.md

    ### 设置 OpenSearch 插件
    
    运行 antrun:run 将插件下载到插件目录:
    
        $ mvn antrun:run
    
    ### 运行 Fess
    
    在您的 IDE 上运行或调试 `org.codelibs.fess.FessBoot`,然后访问 http://localhost:8080/
    
    ### 构建包
    
    运行 `package` 目标,然后在 target/releases 中创建发布文件。
    
        $ mvn package
        $ mvn rpm:rpm   # .rpm 包
        $ mvn jdeb:jdeb # .deb 包
    
    ### 生成源代码
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 12 07:19:47 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  9. docs/fr/README.md

    ### Configuration pour les Plugins OpenSearch
    
    Exécutez antrun:run pour télécharger les plugins dans le répertoire plugins :
    
        $ mvn antrun:run
    
    ### Exécuter Fess
    
    Exécutez ou déboguez org.codelibs.fess.FessBoot dans votre IDE, puis accédez à http://localhost:8080/
    
    ### Créer un Package
    
    Exécutez la commande `package` et le fichier de release sera créé dans target/releases.
    
        $ mvn package
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 12 07:19:47 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  10. docs/pt-BR/README.md

    ### Configuração de Plugins para OpenSearch
    
    Execute antrun:run para baixar os plugins no diretório de plugins:
    
        $ mvn antrun:run
    
    ### Executar o Fess
    
    Execute ou depure `org.codelibs.fess.FessBoot` no seu IDE, e depois acesse http://localhost:8080/
    
    ### Criar Pacote
    
    Execute o objetivo `package` e o arquivo de lançamento será criado em target/releases.
    
        $ mvn package
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 12 07:19:47 UTC 2024
    - 7.4K bytes
    - Viewed (0)
Back to top