|
Mike, http://tinyurl.com/34rqm see os400.file.create.auth system property Maybe that is worth a try. -Marty ------------------------------ date: Mon, 8 Mar 2004 11:24:45 -0500 from: "Mike Silvers" <msilvers@xxxxxxxxxxx> subject: Re: Creating IFS Files David, This script would only run if the server was shut down and started again -- we have this server running constantly... Other ideas? Thanks Mike ----- Original Message ----- From: "David Morris" <David.Morris@xxxxxxxxxxxxx> To: <java400-l@xxxxxxxxxxxx> Sent: Monday, March 08, 2004 11:09 AM Subject: Re: Creating IFS Files > Mike, > > I create the log files for tomcat in a startup shell script. I did this > to get the right CCSID but it should work for you. > > cygwin=false > os400=false > case "'uname'" in > CYGWIN*) cygwin=true;; > OS400*) os400=true;; > esac > ... > if $os400; then > touch -C 819 "$CATALINA_BASE"/logs/catalina.out > # set your authority here > fi >
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.