Re: "Context" element in "server.xml" - NEED HELP.
Posted By:
jcup_j
Posted On:
Thursday, February 26, 2004 12:50 AM
docBase="D:TestTest_Web"
crossContext="false"
debug="0"
reloadable="true" >
docBase="D:SampleWeb"
crossContext="false"
debug="0"
reloadable="true" >
here is the snippet of code from server.xml.you can add several contexts as the ones added here.tomcat does not start if the same context is declared more than once.
in the xml syntax an opening tag must be closed so don't forget to close the tag you opened ()