On Fri, Dec 20, 2002 at 05:02:18PM +0900, shawn wrote:
> Hello (newby here),
> 
> I read to place ...startup.sh in /etc/rc.d/rc.local to start my app
> (Tomcat) on startup.
> 
> OK seems to work.
> 
> I also placed
> 
> export JAVA_HOME=/jdev/j2sdk1.4.1
> export PATH=$JAVA_HOME/bin:$PATH

rc.local isn't sourced by any login shells.  You would be better served
putting those two lines in a new file in /etc/profile.d

/etc/profile.d/java.sh would be an appropriate name for it

-- 
Steve Borho



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to