2013/1/30  <ma...@apache.org>:
> Author: markt
> Date: Tue Jan 29 20:17:59 2013
> New Revision: 1440096
>
> URL: http://svn.apache.org/viewvc?rev=1440096&view=rev
> Log:
> Include the exception in the error message
>
> Modified:
>     tomcat/tc7.0.x/trunk/   (props changed)
>     tomcat/tc7.0.x/trunk/java/org/apache/catalina/startup/HostConfig.java
>     tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
>
> Propchange: tomcat/tc7.0.x/trunk/
> ------------------------------------------------------------------------------
>   Merged /tomcat/trunk:r1440095
>

>                  } catch (Exception e) {
>                      log.error(sm.getString(
>                              "hostConfig.deployDescriptor.error",
> -                            contextXml.getAbsolutePath()));
> +                            contextXml.getAbsolutePath()), e);
>                      context = new FailedContext();
>                  } finally {
>                      digester.reset();

"digester.parse(" is called in 4 places in HostConfig.java.
The other 3 need the same fix.

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to