- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 14 for fessboot (0.07 sec)
-
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) -
src/main/assemblies/files/fess
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sun Jan 15 06:32:15 UTC 2023 - 5.4K bytes - Viewed (0) -
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) -
src/main/assemblies/common-bin.xml
<outputDirectory>fess-${project.version}/lib/classes</outputDirectory> </fileSet> <fileSet> <directory>${project.build.directory}/fess/WEB-INF/classes/org/codelibs/fess/</directory> <includes> <include>FessBoot**</include> <include>tomcat/**</include> </includes> <outputDirectory>fess-${project.version}/lib/classes/org/codelibs/fess</outputDirectory> </fileSet> <fileSet>
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Mar 17 02:29:43 UTC 2022 - 3.7K bytes - Viewed (0) -
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) -
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) -
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) -
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) -
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) -
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)