Hello all,
 
I have setup a context variable in web.xml below. It worked in tomcat 3.
After I upgraded to Tomcat 4, it doesn't work anymore and generated an xml
parse error message in log file. Any idea? 
 
<context-param>
      <param-name>
           myServerName
      </param-name>
      <param-value>
           ABC
      </param-value>
 </context-param>

Thanks,
Jack Li 

Reply via email to