On Tue, May 8, 2012 at 11:13 PM, Christian Völker <[email protected]> wrote: > If youd ask me what exactly I did in the old script, well basically I called > start-handle-server as the tomcat unix user when run with start as argument. > As the official way to stop the handle server is to find out the process id > and kill it, I just forgot about it and made stop be an empty method. Reload > was the same as start which probably would not do its job but I did not care. > Thats all. > It had a description section at the start which made it possible to run > update-rc.d handled default, which is the usual way to create the appropriate > links within all rc?.d folders on debian. Quick and dirty you might call that > but it did exactly what I was looking for.
Hi Christian, just from a quick look - it may actually not be a problem in the script itself, but rather in the order of init scripts. Check that your script starts only after network is available. If it's not it, I might write a more complete reply tomorrow. Regards, ~~helix84 ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

