On 3/25/07, David Harrison <[EMAIL PROTECTED]> wrote:
>> export JAVA_HOME=/usr
No the JAVA_HOME directive is correct for OSX. This article maybe worth reading, it covers setting Tomcat to load on boot in OSX. It appears to be written for 10.3 but the theory should hold true for 10.4:
??? The article shows this line in the example startup script export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Home and here's the JAVA_HOME variable from the PowerBook (OS X, 10.4.9) that I'm sending this from: /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0 So /if it were me/ I'd change that line in the OP's script :-) YMMV, -- Hassan Schroeder ------------------------ [EMAIL PROTECTED] --------------------------------------------------------------------- To start a new topic, e-mail: [email protected] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
