Re: [Resin-interest] Custom startup recommendation

2010-08-31 Thread jkowall
Depends on the version of Unix you are on exactly. I customized the init script quite a bit, so I don't use the one which ships with Resin. Which version/distribution are you using? I can share the one I use if you'd like. -jk On Tue, Aug 31, 2010 at 4:10 AM, Mattias Jiderhamn

Re: [Resin-interest] Custom startup recommendation

2010-08-31 Thread Mattias Jiderhamn
We are on RedHat Enterprise Linux 4/5. Note that the question is not the configuration itself, but *where* is the proper place for such configuration. The file we use now is overwritten with the one which ships with Resin on every Resin update. /Mattias jkowall wrote (2010-08-31 14:19):

Re: [Resin-interest] Custom startup recommendation

2010-08-31 Thread jkowall
On RHEL, it should be /etc/init.d/ for sure, and you manage the startup scripts with /sbin/sysconfig -jk On Tue, Aug 31, 2010 at 8:38 AM, Mattias Jiderhamn mj-li...@expertsystems.se wrote: We are on RedHat Enterprise Linux 4/5. Note that the question is not the configuration itself, but

Re: [Resin-interest] Custom startup recommendation

2010-08-31 Thread Mattias Jiderhamn
How then are you supposed to go about upgrading Resin? Is there a parameter to the configure script to avoid creating/overwriting /etc/init.d/resin? If not, could such parameter be added...? /Mattias jkowall wrote (2010-08-31 14:45): On RHEL, it should be /etc/init.d/ for sure, and you manage

Re: [Resin-interest] Custom startup recommendation

2010-08-31 Thread jkowall
I don't use the make install part of the makefile :) -jk On Tue, Aug 31, 2010 at 9:20 AM, Mattias Jiderhamn mj-li...@expertsystems.se wrote: How then are you supposed to go about upgrading Resin? Is there a parameter to the configure script to avoid creating/overwriting /etc/init.d/resin?