Hi,

  I proposed this patch before without any notice. No problem at all,
you all seem very busy. But I got several people asking for help
regarding this issue, so I resend the patch.

  The problem is, that catalina.sh does not translate the
$CATALINA_TMPDIR
path to cygwin-path resulting tomcat in throwing these nasty
"ContextConfig[] Exception processing JAR at resource path" -
Exceptions.

  Here's a patch for that (against the 4.1.12 RELEASE)

--- catalina_orig.sh    2002-09-23 11:23:00.000000000 +0200
+++ catalina.sh 2002-09-27 20:38:36.000000000 +0200
@@ -101,6 +101,7 @@
   CATALINA_HOME=`cygpath --path --windows "$CATALINA_HOME"`
   CATALINA_BASE=`cygpath --path --windows "$CATALINA_BASE"`
   CLASSPATH=`cygpath --path --windows "$CLASSPATH"`
+  CATALINA_TMPDIR=`cygpath --path --windows "$CATALINA_TMPDIR"`
   JSSE_HOME=`cygpath --path --windows "$JSSE_HOME"`
 fi

  I hope I did it the right way.

Peter


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to