Re: cvs commit: jakarta-tomcat-4.0/catalina/src/bin setenv.shcatalina.sh tool-wrapper.sh

2001-11-27 Thread Jon Stevens
on 11/27/01 2:34 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Index: setenv.sh === #!/bin/sh # - # setenv.sh - File to hold all user customizable

Re: cvs commit: jakarta-tomcat-4.0/catalina/src/bin setenv.shcatalina.sh tool-wrapper.sh

2001-11-27 Thread Patrick Luby
Jon, What I could do is not distribute the setenv.sh file and, instead, check for the existence of this file. If it exists (which would only occur if the user has created the file), then catalina.sh and tools-wrapper.sh would source it. I think that would comply with your requirement. Also,