Login
Remember
Register
Ask a Question
Which Gradle plugin is used to deploy a web application to a remote server?
0
votes
asked
Apr 1, 2024
in
Gradle
by
rajeshsharma
Which Gradle plugin is used to deploy a web application to a remote server?
a) tomcat
b) jetty
c) war
d) none of the above
gradle
plugin
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 1, 2024
by
rajeshsharma
Answer: a) tomcat
reason: The tomcat plugin is used to deploy a web application to a remote Tomcat server. It provides tasks for deploying and undeploying the application.
...