I have a legacy application running in liferay (V 5.2) - tomcat server (V 6.0.16) and Now, I had to add a small functionality to the existing application. For doing so I have written a micro service and have the .war file of the micro service ready which I tested in a different tomcat (V 7.0.59) and it's working fine.
Now, my question is how to deploy this micro service - (.war) file into the existing liferay tomcat server in order to use the url of the micro service in the existing legacy classes to retrieve some data from DB.
Please suggest me on this, Any kind of help is appreciated.
Thanks, Sandy.