When I deploy a webapp war to WSO2 application server, it gets deployed to a context path such as /MyApp How do I deploy it to the root context so that MyApp runs at / ?
I have tried setting WebContextRoot in carbon.xml to /MyApp/ but doing that just results in a 404 error. Any suggestions?