A "regular" tomcat (or any other servlet container) is installed on your file system, and you can see the "bin" folder, and the "webapps". But an Embedded tomcat works differently; it consists of a single Java web application along with a full Tomcat server distribution, packaged together and compressed into a single JAR, WAR or ZIP file.
You can still configure it, but it comes "inside" your JAR.
Read more: