- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for useTldDetect (0.07 sec)
-
src/main/java/org/codelibs/fess/FessBoot.java
if (tempPath != null) { System.setProperty(JAVA_IO_TMPDIR, tempPath); } final TomcatBoot tomcatBoot = new FessBoot(getPort(), getContextPath()) // .useTldDetect(); // for JSP final String varPath = System.getProperty(FESS_VAR_PATH); if (varPath != null) { tomcatBoot.atBaseDir(new File(varPath, "webapp").getAbsolutePath());
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:20:39 UTC 2024 - 8K bytes - Viewed (0)