Hy everibody,
in my Tomcat 5.5 instance I'm trying to set a webapp as the root
(docBase="") webapp so that when users connect to http://server:port/ will not
respond "manager" webapp. I've done this by adding the tag <Context path=""
docBase="myWebApp" /> in server.xml, but I can't access this webapp because
<ResourceLink /> defined in context.xml can't access <Environment /> defined in
server.xml.
I can I solve this problem?
Thanks.
Gabriele.
