Hi,
I am trying to deploy application as ROOT.war in tomcat 7.50 provided by
hosting service provider, but for some reasons I get below message
FAIL - War file "ROOT.war" cannot be uploaded if context is defined in
server.xml
I have below in server xml,
Host name="Myapp.com" appBase="path to public_html folder">
<Alias>www.myapp.com</Alias>
<Alias>myuserid.myhostingprovider.com</Alias>
<Context path="" reloadable="true" docBase=" path to
public_html" debug="1"/>
<Context path="/manager" debug="0" privileged="true"
docBase="path to /tomcat/webapps/manager">
</Context>
</Host>
However the ROOT.war gets deployed correctly in my local
machine.Appreciate some help here for fixing this issue.
- Kiran