text stringlengths 0 834k |
|---|
set ""JVM=%JRE_HOME%\bin\server\jvm.dll"" |
if exist ""%JVM%"" goto foundJvm |
rem Try to use the client jvm |
set ""JVM=%JRE_HOME%\bin\client\jvm.dll"" |
if exist ""%JVM%"" goto foundJvm |
echo Warning: Neither 'server' nor 'client' jvm.dll was found at JRE_HOME. |
set JVM=auto |
:foundJvm |
echo Using JVM: ""%JVM%"" |
set ""CLASSPATH=%CATALINA_HOME%\bin\bootstrap.jar;%CATALINA_BASE%\bin\tomcat-juli.jar"" |
if not ""%CATALINA_HOME%"" == ""%CATALINA_BASE%"" set ""CLASSPATH=%CLASSPATH%;%CATALINA_HOME%\bin\tomcat-juli.jar"" |
if ""%SERVICE_STARTUP_MODE%"" == """" set SERVICE_STARTUP_MODE=manual |
if ""%JvmMs%"" == """" set JvmMs=128 |
if ""%JvmMx%"" == """" set JvmMx=256 |
if exist ""%CATALINA_HOME%\bin\%DEFAULT_SERVICE_NAME%.exe"" ( |
if ""x%RENAME%x"" == ""x--renamex"" ( |
rename ""%DEFAULT_SERVICE_NAME%.exe"" ""%SERVICE_NAME%.exe"" |
rename ""%DEFAULT_SERVICE_NAME%w.exe"" ""%SERVICE_NAME%w.exe"" |
set ""EXECUTABLE=%CATALINA_HOME%\bin\%SERVICE_NAME%.exe"" |
) |
) |
""%EXECUTABLE%"" //IS//%SERVICE_NAME% ^ |
--Description ""Apache Tomcat 8.5.70 Server - https://tomcat.apache.org/"" ^ |
--DisplayName ""Apache Tomcat 8.5 %SERVICE_NAME%"" ^ |
--Install ""%EXECUTABLE%"" ^ |
--LogPath ""%CATALINA_BASE%\logs"" ^ |
--StdOutput auto ^ |
--StdError auto ^ |
--Classpath ""%CLASSPATH%"" ^ |
--Jvm ""%JVM%"" ^ |
--StartMode jvm ^ |
--StopMode jvm ^ |
--StartPath ""%CATALINA_HOME%"" ^ |
--StopPath ""%CATALINA_HOME%"" ^ |
--StartClass org.apache.catalina.startup.Bootstrap ^ |
--StopClass org.apache.catalina.startup.Bootstrap ^ |
--StartParams start ^ |
--StopParams stop ^ |
--JvmOptions ""-Dcatalina.home=%CATALINA_HOME%;-Dcatalina.base=%CATALINA_BASE%;-D%ENDORSED_PROP%=%CATALINA_HOME%\endorsed;-Djava.io.tmpdir=%CATALINA_BASE%\temp;-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager;-Djava.util.logging.config.file=%CATALINA_BASE%\conf\logging.properties;%JvmArgs%"" ^ |
--JvmOptions9 ""--add-opens=java.base/java.lang=ALL-UNNAMED#--add-opens=java.base/java.io=ALL-UNNAMED#--add-opens=java.base/java.util=ALL-UNNAMED#--add-opens=java.base/java.util.concurrent=ALL-UNNAMED#--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED"" ^ |
--Startup ""%SERVICE_STARTUP_MODE%"" ^ |
--JvmMs ""%JvmMs%"" ^ |
--JvmMx ""%JvmMx%"" |
if not errorlevel 1 goto installed |
echo Failed installing '%SERVICE_NAME%' service |
exit /b 1 |
:installed |
echo The service '%SERVICE_NAME%' has been installed. |
exit /b 0",36.6134453782,313,0.7168923571 |
220050,f3426ccf298862c3c2df0c9c4af4318c7de61fe3,576,bat,Batchfile,demos/all_demos_create_results.bat,YinlinHu/Mesh-processing-library,2872e4a465bb908706817bbe3c87ac3728c20c19,['MIT'],422.0,2017-01-12T04:44:39.000Z,2022-03-21T14:38:49.000Z,demos/all_demos_create_results.bat,YinlinHu/Mesh-processing-library,2872e4a465bb9... |
setlocal |
cd ""%~p0"" |
if .==. ( |
call create_recon_cactus.bat |
call create_recon_distcap.bat |
call create_recon_polygon.bat |
call create_simplified_using_meshopt.bat |
call create_pm_gaudipark.bat |
call create_pm_club.bat |
call determine_approximation_error.bat |
call create_geomorphs.bat |
call create_sr_office.bat |
call create_sr_terrain.bat |
call create_terrain_hierarchy.bat |
call create_topologically_simplified.bat |
call create_rendered_mechpart_image.bat |
call create_rendered_mechpart_video.bat |
call create_voronoi_fillin.bat |
) |
",16.9411764706,42,0.8038194444 |
220051,f3427be4f8466719deb4d41096b7dce5e92a8f9b,31,bat,Batchfile,Start.bat,Stropical/ArcitcLauncher,19e8fa25d95d0a41c4da902a7ed18e784fbca278,['MIT'],,,,Start.bat,Stropical/ArcitcLauncher,19e8fa25d95d0a41c4da902a7ed18e784fbca278,['MIT'],4.0,2020-10-06T15:14:48.000Z,2021-03-10T13:49:12.000Z,Start.bat,Stropical/ArcitcLaun... |
npm start",15.5,21,0.8387096774 |
220052,f3428974b8165c1c0c14ed267b4c1573f891cd5a,1000,bat,Batchfile,venv/Scripts/activate.bat,IseMike/TicketSystem,9619897c2c80ecc6ce082226170a9605c1c7015b,['MIT'],,,,venv/Scripts/activate.bat,IseMike/TicketSystem,9619897c2c80ecc6ce082226170a9605c1c7015b,['MIT'],,,,venv/Scripts/activate.bat,IseMike/TicketSystem,9619897c... |
rem This file is UTF-8 encoded, so we need to update the current code page while executing it |
for /f ""tokens=2 delims=:"" %%a in ('""%SystemRoot%\System32\chcp.com""') do ( |
set ""_OLD_CODEPAGE=%%a"" |
) |
if defined _OLD_CODEPAGE ( |
""%SystemRoot%\System32\chcp.com"" 65001 > nul |
) |
set ""VIRTUAL_ENV=C:\Users\Isaac\PycharmProjects\TicketSystem\venv"" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.