Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 59659 invoked from network); 1 May 2002 23:30:30 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 1 May 2002 23:30:30 -0000 Received: (qmail 6741 invoked by uid 97); 1 May 2002 23:30:32 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@nagoya.betaversion.org Received: (qmail 6628 invoked by alias); 1 May 2002 23:30:31 -0000 Delivered-To: jakarta-archive-tomcat-dev@jakarta.apache.org Received: (qmail 6614 invoked by uid 97); 1 May 2002 23:30:30 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 6602 invoked by uid 98); 1 May 2002 23:30:30 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Subject: Re: request To: "Tomcat Developers List" Message-ID: From: TMotte@s-s-t.com Date: Wed, 1 May 2002 18:34:54 -0500 MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Wait, I found the bugzilla thing. I guess I'll submit via that. thanks troy TMotte@s-s-t.com To: "Tomcat Developers List" 05/01/2002 06:33 cc: PM Subject: request Please respond to "Tomcat Developers List" Hi: I apologize for crossposting, and I probably shouldn't be on here since I'm not a committer or whatever it's called, but I posted a similar request to the user list and they ignored it, so: #1 The startup scripts for tomcat assume the existence of $CATALINA_HOME/temp $CATALINA_HOME/logs These don't exist in the install directory, and so I spent several hours figuring as much out, especially the temp part. So I think it would be helpful to put these directories in the zip/gzip/etc downloads so that future users don't have to deal with such. #2 This is much simpler - I had to change the catalina.sh script because it wasn't properly handling variable settings for Cygwin. I'd like for this change to be made permanent so I don't have to do deal with it again when I download a future release. Here's a diff: 99,102c99,104 < JAVA_HOME=`cygpath --path --windows "$JAVA_HOME"` < CATALINA_HOME=`cygpath --path --windows "$CATALINA_HOME"` < CLASSPATH=`cygpath --path --windows "$CLASSPATH"` < JSSE_HOME=`cygpath --path --windows "$JSSE_HOME"` --- > JAVA_HOME=` cygpath --path --windows "$JAVA_HOME"` > CATALINA_HOME=` cygpath --path --windows "$CATALINA_HOME"` > CLASSPATH=` cygpath --path --windows "$CLASSPATH"` > JSSE_HOME=` cygpath --path --windows "$JSSE_HOME"` > CATALINA_BASE=` cygpath --path --windows "$CATALINA_BASE"` > CATALINA_TMPDIR=`cygpath --path --windows "$CATALINA_TMPDIR"` That's all. Troy -- To unsubscribe, e-mail: For additional commands, e-mail: -- To unsubscribe, e-mail: For additional commands, e-mail: