How to install/use a war file in Ubuntu 16.04? -


i have war file downloaded gerrit. how use on ubuntu 16.04?

addendum:

  • i have no idea tomcat or means...

i think, url you~!

https://gerrit-review.googlesource.com/documentation/install-quick.html

tomcat web application server.

enter image description here

client send request. apache(web server) receives request.

tomcat internal work.

as result, apache able represent static data , tomcat can represent dynamic data.


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -