All Downloads are FREE. Search and download functionalities are using the official Maven repository.

server.tf_start.bat Maven / Gradle / Ivy

There is a newer version: 1.10.2
Show newest version
@echo off
setlocal ENABLEDELAYEDEXPANSION

set PROGRAM_DIR=%~dp0
call "%PROGRAM_DIR%tf_env.bat"

pushd jetty
title ReDBox
java -DSTART=start.config %JAVA_OPTS% -jar start.jar etc/jetty.xml > "%FASCINATOR_HOME%\logs\stdout.out"
popd

endlocal




© 2015 - 2024 Weber Informatics LLC | Privacy Policy