Hello @karthikcp007
The Bitnami Tomcat cloud image ships an Apache Tomcat server serving content behind an Apache Http Server acting as a proxy.
The whole stack is configured to serve content from Tomcat and webapps folder, but it can be configured to also serve content directly from the main Apache server.
There are two ways of serving new content:
- Using a prefix (yourserver/your_new_application)
- Using a virtual host (your_new_application.yourserver)
Although this is not a common use of Tomcat Stack, we certainly can help you with the configuration.
The easiest way is to setup a virtual host. Follow our official documentation on how to setup a virtual host in Bitnami Apache for a step-by-step guide 
Regards,
Jorge
Was my answer helpful? Click on 
Is the question solved? Mark the answer as 