Error reading properties file:
Please check the following:
1. That you have downloaded the JAXP (XML) API from JavaSoft
   and added the following jars to your classpath: jaxp.jar,crimson.jar,xalan.jar
2. That you have configured Tomcat with an initialization argument (in the web.xml file) as such:
   <context-param>
      <param-name>xmlprops</param-name>
      <param-value>===PATH TO DOCROOT===/WEB-INF/conf/environment.xml</param-value>
   </context-param>
3. That the xml properties file actually exists in the directory specified above.
   

DETAILS FOLLOW: java.lang.Exception: Environment not ready!