Add Tomcat to Laragon?
-
i want to integrate tomcat in laragon, so i can startup dand shutdown from laragon.
-
@achmadhadikurnia : You can use Laragon's Procfile for the purpose. This can be applied to not only Tomcat but also another program:
https://forum.laragon.org/topic/476/laragon-feature-procfile-what-is-itPlease try it. I will make a tutorial in more details soon.
-
@leokhoa cool. but i have to learn how to run bat file with this.
-
@leokhoa
succes
add this lineRun Tomcat : PWD="D:\Programs\Laragon\bin\tomcat\apache-tomcat-8.5.23-windows-x64\bin" COMMANDS=call startup.bat
Stop Tomcat : PWD="D:\Programs\Laragon\bin\tomcat\apache-tomcat-8.5.23-windows-x64\bin" COMMANDS=call shutdown.batI think i will post a tutorial for this problem
-
@achmadhadikurnia : You rock!