...
[14:35:28 CST(-0600)] Wiki Markup <cwaymire> EricDalquist: changing the line from "file:/${CATALINA_HOME}" to "file:${CATALINA_HOME}" got rid of the problem. seems like that forward slash would not be necessary anyways as the environment variable (if defined) should point to an absolute path
[14:35:43 CST(-0600)] <cwaymire> perhaps it was interpreting file:// as a remote url?
[14:35:46 CST(-0600)] <EricDalquist> yes
[14:35:49 CST(-0600)] <EricDalquist> that was my guess
[14:35:58 CST(-0600)] <EricDalquist> XXX:// implies network protocol
[14:36:07 CST(-0600)] <cwaymire> yep.
[14:36:29 CST(-0600)] <cwaymire> ok. i'll get with drew and get it tested out and then submit a fix
[14:36:41 CST(-0600)] <cwaymire> want to test it on windows to be sure