Search code examples
javaapplication-server

what is the relationship between Application server and JVM?


A quick question that come up to my mind and I thought to post it here to clarify my inner concerns.

What is the relationship between APP server (i.e. JBoss, WebLogic etc) and JVM?

Where is APP server located; does it run within JVM?

Many Thanks!


Solution

  • In the case of Java application servers, the server behaves like an extended virtual machine for running applications, transparently handling connections to the database on one side, and, often, connections to the Web client on the other.