I'm having hard time googling this so I hope somebody would give me some light. If my question is off please put me in the right direction.
I have two web applications. They are hosted in one Tomcat server instance. Each can be accessed using the same port.
How is the JVM of the server look like? Will the server contain two different instance of JVM, one per each web application. Thank you in advance.