java - how to manage multiple war application in tomcat server? -


i use tomcat web server,i want deploy many same war file in tomcat server different config. how in best way possible manner?

so want run tomcat server per each war application, means tomcat1 handle .war1 in webapp , ... or handle war files 1 tomcat?which 1 better?

use same tomcat server, copy , rename web application different. eg, original application name app, copy , rename following.

    webapp -> app1               app2               app3 

running tomcat server per each war application need maintain many server. bad idea.


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -