I need assisstance configuring Liberty Profile for my 12.1 workspace.
Issues that I am running into:
1) How do I set the context root for my deployed application in Liberty Profile? In Tomcat, there is a field to do so but in WebSphere LP, there isn't one. The context root that gets assigned is the id with value like "..._war_exploded" in the server.xml file.
2) I am deploying multiple WARs via Intellij and any configuration override I make only gets applied to the first WAR. When I edit the server.xml file for LP, I manually added context root and classloader delegation to each of the WARs xml entry. When I start up the server, my customized entries all get wiped out except for the first WAR entry.
Thanks