metasploitable3/scripts/installs/start_glassfish_service.bat
Janne Kujanpää 1245a782bb Fix glassfish
This fix was in #65 but was removed from PR for some reason
2017-03-07 19:10:02 +02:00

4 lines
111 B
Batchfile

Taskkill /IM domain1Service.exe /F
powershell -command "Start-Sleep -s 5"
net start "domain1 GlassFish Server"