How to deploy apps in tomcat server

后端 未结 3 744
情话喂你
情话喂你 2021-01-06 00:56

I want to deploy myapp in tomcat server. I know one way is to delete the Root folder from webapps and rename my app.war as ROOT.WAR. But i do not want to do this. I want to

3条回答
  •  忘掉有多难
    2021-01-06 01:52

    Configuration file is server.xml

    You can just follow this example : https://examples.javacodegeeks.com/enterprise-java/tomcat/tomcat-server-xml-configuration-example/

    referencing tomcat documentation : http://tomcat.apache.org/tomcat-7.0-doc/config/context.html

提交回复
热议问题