Hi, We are using tomcat 8.5.35 on RHEL.
I have a .ear file that has a application.xml file in meta-inf folder. See below the contents of the application.xml file . <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE application PUBLIC "-//Sun Microsystems, Inc.//DTD J2EE Application 1.2//EN" "http://java.sun.com/j2ee/dtds/application_1_2.dtd"> <application> <display-name>Application WEB</display-name> <description>RVWJ Application</description> <module><web><web-uri>adminWEB.war</web-uri><context-root>/hub/app/classic/admin</context-root></web></module> <module><web><web-uri>auditWEB.war</web-uri><context-root>/hub/app/classic/audit</context-root></web></module> <module><web><web-uri>deploymentWEB.war</web-uri><context-root>/hub/app/classic/deployment</context-root></web></module> <module><web><web-uri>implementationWEB.war</web-uri><context-root>/hub/app/classic/implementation</context-root></web></module> <module><web><web-uri>securityWEB.war</web-uri><context-root>/hub/app/classic/security</context-root></web></module> <module><web><web-uri>hubWEB.war</web-uri><context-root>/hub</context-root></web></module> <module><web><web-uri>daemonWEB.war</web-uri><context-root>/hub/app/classic/daemon</context-root></web></module> </application> In each .war file I have the contents of the component along with a web-inf folder and the web.xml file. See sample contents of the file of audit component. <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd"> <web-app id="WebApp_ID"><display-name>Audit</display-name><description>web.xml for Audit component</description></web-app> I am able to deploy individual .war files but the launch page is not getting set . My launch page is http:\\localhost:8080\hub Kindly guide on how to deploy (Considering the launching page mentioned above) Thanks Mohan DISCLAIMER: This communication contains information which is confidential and the copyright of Ramco Systems Ltd, its subsidiaries or a third party ("Ramco"). This email may also contain legally privileged information. Confidentiality and legal privilege attached to this communication are not waived or lost by reason of mistaken delivery to you.This email is intended to be read or used by the addressee only. If you are not the intended recipient, any use, distribution, disclosure or copying of this email is strictly prohibited without the express written approval of Ramco. Please delete and destroy all copies and email Ramco at le...@ramco.com immediately. Any views expressed in this communication are those of the individual sender, except where the sender specifically states them to be the views of Ramco. Except as required by law, Ramco does not represent, warrant and/or guarantee that the integrity of this communication has been maintained nor that the communication is free of errors, virus, interception or interference. If you do not wish to receive such communications, please forward this communication to market...@ramco.com and express your wish not to receive such communications henceforth.