Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 36 for venv (0.02 sec)

  1. ResourceUtil.java

    Path getJavaScriptPath(final String... names) { L139: return getPath(StringUtil.EMPTY, "js", names); L140: } L141: L142: public static Path getEnvPath(final String envName, final String... names) { L143: return getPath("WEB-INF/", "env/" + envName, names); L144: } L145: L146: protected static Path getPath(final String root, final String base, final String... names) { L147: L148: try { L149: final ServletContext servletContext = ComponentUtil.getComponent(S...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Oct 24 08:52:32 UTC 2024
      7.5K bytes
  2. fess.in.bat

    L103:set FESS_JAVA_OPTS=%FESS_JAVA_OPTS% -Dfess.log.name=%APP_NAME% L104:set FESS_JAVA_OPTS=%FESS_JAVA_OPTS% -Dfess.log.path=%FESS_HOME%\logs L105:set FESS_JAVA_OPTS=%FESS_JAVA_OPTS% -Dfess.log.level=warn L106:set FESS_JAVA_OPTS=%FESS_JAVA_OPTS% -Dlasta.env=web L107:set FESS_JAVA_OPTS=%FESS_JAVA_OPTS% -Dtomcat.config.path=tomcat_config.properties L108: L109:REM External opensearch cluster L110:REM set FESS_JAVA_OPTS=%FESS_JAVA_OPTS% -Dfess.search_engine.http_address=http://localhost:9200 L111:REM set ...
    github.com/codelibs/fess/src/main/assemblies/fi...
    Sun Jan 15 06:32:15 UTC 2023
      4.2K bytes
  3. PythonJob.java

    L150: L151: } L152: } L153: L154: protected String getPyFilePath() { L155: final StringBuilder buf = new StringBuilder(100); L156: buf.append("WEB-INF"); L157: buf.append(File.separator); L158: buf.append("env"); L159: buf.append(File.separator); L160: buf.append(getExecuteType()); L161: buf.append(File.separator); L162: buf.append("resources"); L163: buf.append(File.separator); L164: buf.append(filename.replaceAll("\\.\\.+",...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      5.9K bytes
  4. fess.in.sh

    L112:FESS_JAVA_OPTS="$FESS_JAVA_OPTS -Dfess.log.name=$APP_NAME" L113:FESS_JAVA_OPTS="$FESS_JAVA_OPTS -Dfess.log.path=$FESS_LOG_PATH" L114:FESS_JAVA_OPTS="$FESS_JAVA_OPTS -Dfess.log.level=$FESS_LOG_LEVEL" L115:FESS_JAVA_OPTS="$FESS_JAVA_OPTS -Dlasta.env=web" L116:FESS_JAVA_OPTS="$FESS_JAVA_OPTS -Dtomcat.config.path=tomcat_config.properties" L117:if [ "x$FESS_CONF_PATH" != "x" ]; then L118: FESS_JAVA_OPTS="$FESS_JAVA_OPTS -Dfess.conf.path=$FESS_CONF_PATH" L119:fi L120:if [ "x$FESS_VAR_PATH" != "x"...
    github.com/codelibs/fess/src/main/assemblies/fi...
    Sun Jan 15 06:32:15 UTC 2023
      4.7K bytes
  5. FessBoot.java

    opment(isNoneEnv()).bootAwait(); L113: } L114: L115: public static void shutdown(final String[] args) { L116: System.exit(0); L117: } L118: L119: private static boolean isNoneEnv() { L120: return System.getProperty("lasta.env") == null; L121: } L122: L123: protected static int getPort() { L124: final String value = System.getProperty(FESS_PORT); L125: if (value != null) { L126: return Integer.parseInt(value); L127: } L128: return...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:20:39 UTC 2024
      8K bytes
  6. SuggestCreator.java

    -> logger.debug("Parameter: {}", s)); L99: System.getProperties().entrySet().stream().forEach(e -> logger.debug("Property: {}={}", e.getKey(), e.getValue())); L100: System.getenv().entrySet().forEach(e -> logger.debug("Env: {}={}", e.getKey(), e.getValue())); L101: logger.debug("Option: {}", options); L102: } catch (final Exception e) { L103: // ignore L104: } L105: } L106: L107: final String httpAddress...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      10K bytes
  7. ThumbnailGenerator.java

    -> logger.debug("Parameter: {}", s)); L107: System.getProperties().entrySet().stream().forEach(e -> logger.debug("Property: {}={}", e.getKey(), e.getValue())); L108: System.getenv().entrySet().forEach(e -> logger.debug("Env: {}={}", e.getKey(), e.getValue())); L109: logger.debug("Option: {}", options); L110: } catch (final Exception e) { L111: // ignore L112: } L113: } L114: L115: final String httpAddress...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      8.2K bytes
  8. service.bat

    ENGINE_HOME%";-Dfess.home="%FESS_HOME%";-Dfess.context.path="/";-Dfess.port=8080;-Dfess.webapp.path="%FESS_HOME%\app";-Dfess.temp.path="%FESS_HOME%\temp";-Dfess.log.name="%APP_NAME%";-Dfess.log.path="%FESS_HOME%\logs";-Dfess.log.level=warn;-Dlasta.env=web;-Dtomcat.config.path=tomcat_config.properties L145: L146:set JVM_OPTS=-XX:+UseG1GC%FESS_JAVA_OPTS: =;% L147: L148:if "%FESS_START_TYPE%" == "" set FESS_START_TYPE=manual L149:if "%FESS_STOP_TIMEOUT%" == "" set FESS_STOP_TIMEOUT=0 L150: L151:if ...
    github.com/codelibs/fess/src/main/assemblies/fi...
    Sun Jan 15 06:32:15 UTC 2023
      6K bytes
  9. fess_label_en.properties

    L592:labels.failure_url_error_log=Log L593:labels.failure_url_web_config_name=Web Crawling Configuration L594:labels.failure_url_file_config_name=File Crawling Configuration L595:labels.system_info_configuration=System Info L596:labels.system_info_env_title=Env Properties L597:labels.system_info_prop_title=System Properties L598:labels.system_info_fess_prop_title=Fess Properties L599:labels.system_info_bug_report_title=Properties for Bug Report L600:labels.system_info_system_properties_does_not_exist=system.properties...
    github.com/codelibs/fess/src/main/resources/fes...
    Fri Mar 22 11:58:34 UTC 2024
      40.7K bytes
  10. Crawler.java

    -> logger.debug("Parameter: {}", s)); L205: System.getProperties().entrySet().stream().forEach(e -> logger.debug("Property: {}={}", e.getKey(), e.getValue())); L206: System.getenv().entrySet().forEach(e -> logger.debug("Env: {}={}", e.getKey(), e.getValue())); L207: logger.debug("Option: {}", options); L208: } catch (final Exception e) { L209: // ignore L210: } L211: } L212: L213: initializeProbes(); L214:...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:20:39 UTC 2024
      24K bytes
Back to top