|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
[PLUG] Re: rc.local config problem?
|
> export JAVA_HOME=/path/to/sdk
> export CATALINA_HOME=/path/to/tomcat
Have you tried:
JAVA_HOME=/path/to/sdk
CATALINA_HOME=/path/to/tomcat
export JAVA_HOME CATALINA_HOME
I've had some weirdness with sh vs bash behavior differences in startup
scripts (yes, sh is bash on most systems, but I think it changes it's behavior
based on the name of the binary - the value of argv[0]).
Kyle
--
------------------------------------------------------------------------------
Wisdom and Compassion are inseparable.
-- Christmas Humphreys
mortis@voicenet.com http://www.voicenet.com/~mortis
------------------------------------------------------------------------------
______________________________________________________________________
Philadelphia Linux Users Group - http://www.phillylinux.org
Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce
General Discussion - http://lists.phillylinux.org/mail/listinfo/plug
|
|