- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 143 for AsService (0.06 sec)
-
service.bat
"%windir%\System32\find" "64-Bit" >nul: L25: L26:if errorlevel 1 goto x86 L27:set EXECUTABLE=%FESS_HOME%\bin\fess-service-x64.exe L28:set SERVICE_ID=fess-service-x64 L29:set ARCH=64-bit L30:goto checkExe L31: L32::x86 L33:set EXECUTABLE=%FESS_HOME%\bin\fess-service-x86.exe L34:set SERVICE_ID=fess-service-x86 L35:set ARCH=32-bit L36: L37::checkExe L38:if EXIST "%EXECUTABLE%" goto okExe L39:echo fess-service-(x86|x64).exe was not found... L40: L41::okExe L42:if "%LOG_DIR%" == "" set LOG_DIR=%FESS_HOME%\logs L43:...github.com/codelibs/fess/src/main/assemblies/fi...Sun Jan 15 06:32:15 UTC 2023 6K bytes -
fess.service
L1:[Unit] L2:Description=Fess L3:Documentation=http://fess.codelibs.org/ L4:Wants=network-online.target L5:After=network-online.target opensearch.service L6:Requires=opensearch.service L7: L8:[Service] L9:Environment=FESS_HOME=${packaging.fess.home.dir} L10:EnvironmentFile=-${packaging.env.file} L11: L12:User=${packaging.fess.user} L13:Group=${packaging.fess.group} L14: L15:ExecStart=${packaging.fess.bin.dir}/fess L16: L17:# Connects standard output to /dev/null L18:StandardOutput=null L19: L20:#...github.com/codelibs/fess/src/packaging/common/s...Sun Jan 15 06:32:15 UTC 2023 1.1K bytes -
fess-service-mgr.exe
Matsutani Kenji <ma2tani@users.noreply.github.com> 1477575947 +0900github.com/codelibs/fess/src/main/assemblies/fi...Thu Oct 27 13:45:47 UTC 2016 102K bytes -
fess-service-x64.exe
Kaoru FUZITA <kaorufuzita@gmail.com> 1449825322 +0900github.com/codelibs/fess/src/main/assemblies/fi...Fri Dec 11 09:15:22 UTC 2015 101.5K bytes -
fess-service-x86.exe
Kaoru FUZITA <kaorufuzita@gmail.com> 1449825322 +0900github.com/codelibs/fess/src/main/assemblies/fi...Fri Dec 11 09:15:22 UTC 2015 79K bytes -
CrawlingConfigHelperTest.java
omicInteger; L21: L22:import org.codelibs.core.io.FileUtil; L23:import org.codelibs.core.misc.DynamicProperties; L24:import org.codelibs.fess.Constants; L25:import org.codelibs.fess.app.service.DataConfigService; L26:import org.codelibs.fess.app.service.FileConfigService; L27:import org.codelibs.fess.app.service.WebConfigService; L28:import org.codelibs.fess.es.config.cbean.DataConfigCB; L29:import org.codelibs.fess.es.config.cbean.FailureUrlCB; L30:import org.codelibs.fess.es.config.cbean.FileConfigCB;...github.com/codelibs/fess/src/test/java/org/code...Thu Feb 22 01:37:57 UTC 2024 23.2K bytes -
postinst
>/dev/null; then L58: echo "### NOT starting on installation, please execute the following statements to configure fess service to start automatically using systemd" L59: echo " sudo systemctl daemon-reload" L60: echo " sudo systemctl enable fess.service" L61: echo "### You can start fess service by executing" L62: echo " sudo systemctl start fess.service" L63: L64: elif command -v chkconfig >/dev/null; then L65: echo "### NOT starting on installation, please execute...github.com/codelibs/fess/src/packaging/common/s...Thu Dec 10 01:24:02 UTC 2015 3.1K bytes -
ActivityHelperTest.java
activityHelper.useEcsFormat = true; L130: activityHelper.login(OptionalThing.empty()); L131: assertEquals( L132: "{\"@timestamp\":\"2022-01-01T00:00:00.000Z\",\"log.level\":\"INFO\",\"ecs.version\":\"1.2.0\",\"service.name\":\"fess\",\"event.dataset\":\"app\",\"process.thread.name\":\"main\",\"log.logger\":\"org.codelibs.fess.helper.ActivityHelperTest$1\",\"labels.action\":\"LOGIN\",\"labels.user\":\"-\",\"labels.permissions\":\"-\"}", L133: localLogMsg.get());...github.com/codelibs/fess/src/test/java/org/code...Thu Feb 22 01:37:57 UTC 2024 14.1K bytes -
AdminDataconfigAction.java
L30:import org.codelibs.core.lang.StringUtil; L31:import org.codelibs.fess.Constants; L32:import org.codelibs.fess.annotation.Secured; L33:import org.codelibs.fess.app.pager.DataConfigPager; L34:import org.codelibs.fess.app.service.DataConfigService; L35:import org.codelibs.fess.app.service.RoleTypeService; L36:import org.codelibs.fess.app.web.CrudMode; L37:import org.codelibs.fess.app.web.base.FessAdminAction; L38:import org.codelibs.fess.ds.DataStoreFactory; L39:import org.codelibs.fess.es.config.exen...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 17.5K bytes -
RelatedContentService.java
IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, L13: * either express or implied. See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.service; L17: L18:import java.util.List; L19: L20:import org.codelibs.core.beans.util.BeanUtil; L21:import org.codelibs.core.lang.StringUtil; L22:import org.codelibs.fess.Constants; L23:import org.codelibs.fess.app.pager.RelatedContentPager; L24:import o...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 3.6K bytes