I have a question about best practice around Tomcat installation.
Now we have two applications on separated server, with one tomcat instance for each application.
We want to merge the application into the same server, but I don't know the best practice to do that.
I see two possibilities:
- I have one tomcat per application
- I have one tomcat for all applications
Do you have experiences to share with me. I want to make sure that we proceed with the best option.