Hi Jaiganesh,
If I'm reading your screenshot correctly, it looks like you're viewing the labkey.xml file within the unzipped directory ./LabKey19.1.1-63156.2-community-bin
However, within the XML file, you have a docBase of /usr/local/labkey/labkey/labkeywebapp
This leads me to believe that your actual LabKey installation is under /usr/local/labkey/labkey, which is ideal.
However, because you're running that vim command under LabKey19.1.1-63156.2-community-bin, that leads me to believe that you either didn't place that labkey.xml file in the appropriate Tomcat directory or you're just accessing the wrong one.
If you can access the location where you've stored Tomcat, you should see the following folder structure under it:
CATALINA_HOME/conf/Catalina/localhost
So for example, if you installed Tomcat under /usr/local/tomcat, then the path you're seeking would be:
/usr/local/tomcat/conf/Catalina/localhost
(See
https://www.labkey.org/Documentation/wiki-page.view?name=installComponents#tom for more details on the Tomcat installation)
Inside of this localhost directory is where that labkey.xml file should be residing.
If you don't have a labkey.xml file in there, move the copy you showed us in your screenshot over into that location. If you do have one there, make sure that the permissions are set appropriate for the same user account that is running the Tomcat process and that it is configured properly within it, looking like your screenshot.
(See
https://www.labkey.org/Documentation/wiki-page.view?name=configTomcat#4 for more details on the labkey.xml file and the location).
Regards,
Jon