In IIS with ASP.NET , if there are two applications put in the it, it would create another two standalone w3wp.exe processes. So how about tomcat with war package? If I put two web1.war and web2.war to the webapps path, it would also create another two processes , or these two war package would just running in the same process as tomcat(share the same process tomcat.exe)?
C:\Program Files\Apache Software Foundation\Tomcat 7.0\webapps\web1.war
C:\Program Files\Apache Software Foundation\Tomcat 7.0\webapps\web2.war
From the task manger, I also cannot see the process Java.exe or Javaw.exe process.