I have 2 webapps in jsp, one of them is for public use, and the other is for local use.
Is it possible to host one webapp on 1 port and another webapp on another port in Apache tomcat? I see the appBase in the connecter in server.xml file, what does it do?