I am working mostly in notepad. developed many projects in core java and servlets with Tomcat but don’t know how to deploy a Gradle project. I am trying to configure https://github.com/ex3ndr/telegram-api. Please assist me
Thanks in anticipation
I am working mostly in notepad. developed many projects in core java and servlets with Tomcat but don’t know how to deploy a Gradle project. I am trying to configure https://github.com/ex3ndr/telegram-api. Please assist me
Thanks in anticipation
2
Answers
This link fixed my problem http://www.mkyong.com/spring-mvc/gradle-spring-mvc-web-project-example/
I have downloaded the gradle package set its path to bin folder and build the package by studying the aforementioned link as to how gradle works
Thanks All
Create war file for your project.
Stop the server(not mandatory)
Copy that .war file to your tomcat webapps folder.
Start the server(After starting one folder with your war file name
will be created).
Open
localhost:8080/<war name>
That’s it
Note: This is common process for all not only for gradle, 8080 port may vary(By Default tomcat ll take 8080).