I have an external application with public access within tomcat, A module called JSPUI, which is pointed to the root.xml context.
And I have two other modules called SOLR and XMLUI, how do I upload these two modules only for internal access and the JSPUI module for public access together in the same tomcat?
In short, how do I do for each specific application within tomcat to be visible internally (the organization) and externally (to the public) together within it