Hi. Sorry this seems so simple but I've been tearing my hair out. I want to have my Tomcat application deployed to /AAA/BBB/CCC and browseable at www.ABC.com. In the server.xml file I have a <Host> tag but I don't know what I should put into the <Context> tag. I've been trying <Context path="" docBase="">...</Context> but Tomcat seems to think that since I don't have a path or docBase I must mean that everything is in /AAA/BBB/CCC/ROOT which is NOT what I want. Surely this is a very common setup.
What am I doing wrong? Thanks.