RE: [JBoss-user] Start JBoss 3 upon Linux Reboot

2002-12-19 Thread Mike Lecza
: Thursday, December 19, 2002 12:03 AM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] Start JBoss 3 upon Linux Reboot If you use the factory .bashrc from redhat, it makes a callout to /etc/bashrc. environment variables set in /etc/bashrc thus are available to all users. init should pick up

RE: [JBoss-user] Start JBoss 3 upon Linux Reboot

2002-12-19 Thread Finn, Michael
to the JBoss distro files. Mike -Original Message-From: Mike Lecza [mailto:[EMAIL PROTECTED]]Sent: Thursday, December 19, 2002 7:01 AMTo: [EMAIL PROTECTED]Subject: RE: [JBoss-user] Start JBoss 3 upon Linux Reboot Thanx for the reply but since it seems that rc.local

RE: [JBoss-user] Start JBoss 3 upon Linux Reboot

2002-12-18 Thread Brian Topping
There's a really great script called "jboss_init_redhat.sh" that's in the distribution for 3.2.It works like a champ! hth, -b -Original Message-From: Mike Lecza [mailto:[EMAIL PROTECTED]]Sent: Wednesday, December 18, 2002 7:33 AMTo: [EMAIL PROTECTED]Subject: [JBoss-user]

RE: [JBoss-user] Start JBoss 3 upon Linux Reboot

2002-12-18 Thread Mike Lecza
]] On Behalf Of Brian Topping Sent: Wednesday, December 18, 2002 8:41 AM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] Start JBoss 3 upon Linux Reboot There's a really great script called jboss_init_redhat.sh that's in the distribution for 3.2.It works like a champ! hth, -b

RE: [JBoss-user] Start JBoss 3 upon Linux Reboot

2002-12-18 Thread Geer, Benjamin
You could modify the script so it sets JAVA_HOME. Benjamin -Original Message-From: Mike Lecza [mailto:[EMAIL PROTECTED]]Sent: 18 December 2002 14:40To: [EMAIL PROTECTED]Subject: RE: [JBoss-user] Start JBoss 3 upon Linux Reboot Yeah - that is what we use - but we set

RE: [JBoss-user] Start JBoss 3 upon Linux Reboot

2002-12-18 Thread Mike Lecza
] Start JBoss 3 upon Linux Reboot You could modify the script so it sets JAVA_HOME. Benjamin -Original Message- From: Mike Lecza [mailto:[EMAIL PROTECTED]] Sent: 18 December 2002 14:40 To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] Start JBoss 3 upon Linux Reboot Yeah

Re: [JBoss-user] Start JBoss 3 upon Linux Reboot

2002-12-18 Thread Hunter Hillegas
Title: Re: [JBoss-user] Start JBoss 3 upon Linux Reboot Unless you do an include of your bashrc file in that script, you will have to set it explicitly. From: Mike Lecza [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Wed, 18 Dec 2002 11:45:37 -0500 To: [EMAIL PROTECTED] Subject: RE

Re: [JBoss-user] Start JBoss 3 upon Linux Reboot

2002-12-18 Thread me
. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Brian Topping Sent: Wednesday, December 18, 2002 8:41 AM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] Start JBoss 3 upon Linux Reboot There's a really great script called jboss_init_redhat.sh

RE: [JBoss-user] Start JBoss 3 upon Linux Reboot

2002-12-18 Thread Joost Kraaijeveld
You can also use the scripts we described on www.gogis.nl/en/public_documentation/jboss/index.html and than go to the Linux configuration. This links als o contains a description of how we managed to put JBoss behind a firewall and add additional datasources (DB2 and PostgreSQL) to JBoss Joost

RE: [JBoss-user] Start JBoss 3 upon Linux Reboot

2002-12-18 Thread John Fawcett
If you use the factory .bashrc from redhat, it makes a callout to /etc/bashrc. environment variables set in /etc/bashrc thus are available to all users. init should pick up variables set in this file. This is fine if you only have one jdk for all users on the machine. I am looking