[Bug 58626] Tomcat does not start at boot time due to SIGHUP

2016-06-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58626 --- Comment #26 from Christopher Schultz --- (In reply to Mark Thomas from comment #22) > CATALINA_PID works as expected I was skeptical. My quick test: $ nohup sleep 100 & [1] 9556 $ echo $! 9556 $ ps aux |

[Bug 58626] Tomcat does not start at boot time due to SIGHUP

2016-06-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58626 --- Comment #25 from Michael Osipov <1983-01...@gmx.net> --- I can happily confirm that the patch from trunk works on HP-UX. Tomcat comes up as expected. Regarding the PID file: > smartld@blnn724x - /var/opt/tomcat/work > bash $ pwd >

[Bug 58626] Tomcat does not start at boot time due to SIGHUP

2016-06-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58626 --- Comment #24 from Michael Osipov <1983-01...@gmx.net> --- Please note that my tests are still pending. Hopefully will be completes Monday or Tuesday. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 58626] Tomcat does not start at boot time due to SIGHUP

2016-06-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58626 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 58626] Tomcat does not start at boot time due to SIGHUP

2016-06-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58626 --- Comment #22 from Mark Thomas --- CATALINA_PID works as expected. Excess spaces removed unset _NOHUP added I'll get this committed shortly. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 58626] Tomcat does not start at boot time due to SIGHUP

2016-05-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58626 --- Comment #21 from Konstantin Kolinko --- (In reply to Michael Osipov from comment #20) > (In reply to Konstantin Kolinko from comment #19) > > I think this may change the meaning of pid value in $CATALINA_PID file. I

[Bug 58626] Tomcat does not start at boot time due to SIGHUP

2016-05-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58626 --- Comment #20 from Michael Osipov <1983-01...@gmx.net> --- (In reply to Konstantin Kolinko from comment #19) > I think this may change the meaning of pid value in $CATALINA_PID file. I > think that it will be the process id of nohup process

[Bug 58626] Tomcat does not start at boot time due to SIGHUP

2016-05-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58626 --- Comment #19 from Konstantin Kolinko --- I think this may change the meaning of pid value in $CATALINA_PID file. I think that it will be the process id of nohup process instead of java one. Known uses of pid value:

[Bug 58626] Tomcat does not start at boot time due to SIGHUP

2016-05-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58626 --- Comment #18 from Mark Thomas --- (In reply to Michael Osipov from comment #17) > Quite a nice solution. Line 274 has too many spaces in it. Ack. If this works, I'll fix that before committing it. > I will test that

[Bug 58626] Tomcat does not start at boot time due to SIGHUP

2016-05-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58626 --- Comment #17 from Michael Osipov <1983-01...@gmx.net> --- (In reply to Mark Thomas from comment #16) > Created attachment 33883 [details] > Proposed patch for Tomcat 9.0.x, version 1 > > I don't have an HP-UX box to test with but the

[Bug 58626] Tomcat does not start at boot time due to SIGHUP

2016-05-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58626 --- Comment #16 from Mark Thomas --- Created attachment 33883 --> https://bz.apache.org/bugzilla/attachment.cgi?id=33883=edit Proposed patch for Tomcat 9.0.x, version 1 I don't have an HP-UX box to test with but the

[Bug 58626] Tomcat does not start at boot time due to SIGHUP

2015-11-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58626 --- Comment #13 from Michael Osipov <1983-01...@gmx.net> --- (In reply to Christopher Schultz from comment #11) > (In reply to Michael Osipov from comment #10) > > (In reply to Christopher Schultz from comment #9) > > > Michael, can you provide

[Bug 58626] Tomcat does not start at boot time due to SIGHUP

2015-11-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58626 --- Comment #10 from Michael Osipov <1983-01...@gmx.net> --- (In reply to Christopher Schultz from comment #9) > Michael, can you provide a reference that says that HP-UX sends a SIGHUP to > processes after init runs? I found a thread on

[Bug 58626] Tomcat does not start at boot time due to SIGHUP

2015-11-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58626 --- Comment #9 from Christopher Schultz --- Michael, can you provide a reference that says that HP-UX sends a SIGHUP to processes after init runs? I found a thread on unix.stackexchange that seemed related, but

[Bug 58626] Tomcat does not start at boot time due to SIGHUP

2015-11-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58626 --- Comment #11 from Christopher Schultz --- (In reply to Michael Osipov from comment #10) > (In reply to Christopher Schultz from comment #9) > > Michael, can you provide a reference that says that HP-UX sends a

[Bug 58626] Tomcat does not start at boot time due to SIGHUP

2015-11-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58626 --- Comment #12 from Konstantin Kolinko --- (In reply to Michael Osipov from comment #10) What is the license for those scripts? -- You are receiving this mail because: You are the assignee for the bug.

[Bug 58626] Tomcat does not start at boot time due to SIGHUP

2015-11-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58626 --- Comment #14 from Konstantin Kolinko --- (In reply to Michael Osipov from comment #13) If you do not know what the license is, I prefer you not to show us that code. -- You are receiving this mail because: You are

[Bug 58626] Tomcat does not start at boot time due to SIGHUP

2015-11-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58626 --- Comment #15 from Michael Osipov <1983-01...@gmx.net> --- (In reply to Konstantin Kolinko from comment #14) > (In reply to Michael Osipov from comment #13) > > If you do not know what the license is, I prefer you not to show us that > code.

[Bug 58626] Tomcat does not start at boot time due to SIGHUP

2015-11-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58626 --- Comment #8 from Konstantin Kolinko --- (In reply to Michael Osipov from comment #5) > > > https://wiki.apache.org/tomcat/TomcatOnSolaris10 > > https://wiki.apache.org/tomcat/FAQ/Linux_Unix#Q3 > > Tomcat 5.5? This

[Bug 58626] Tomcat does not start at boot time due to SIGHUP

2015-11-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58626 --- Comment #7 from Michael Osipov <1983-01...@gmx.net> --- No further comments? -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe,

[Bug 58626] Tomcat does not start at boot time due to SIGHUP

2015-11-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58626 --- Comment #6 from Michael Osipov <1983-01...@gmx.net> --- I do not intend to write another wrapper for a wrapper for a wrapper. This ends in a mess. Given that there are already so many shell scripts involved in the start of Tomcat, I'd like

[Bug 58626] Tomcat does not start at boot time due to SIGHUP

2015-11-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58626 --- Comment #5 from Michael Osipov <1983-01...@gmx.net> --- (In reply to Christopher Schultz from comment #2) > I'm +0 on this idea, but failing to quote is going to be a problem. > > Instead of using an unquoted value, you should use if/else

[Bug 58626] Tomcat does not start at boot time due to SIGHUP

2015-11-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58626 --- Comment #1 from Michael Osipov <1983-01...@gmx.net> --- A reference for this problem can be found here: https://groups.google.com/forum/#!topic/comp.sys.hp.hpux/HWBQQNEXfEE -- You are receiving this mail because: You are the assignee for

[Bug 58626] Tomcat does not start at boot time due to SIGHUP

2015-11-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58626 --- Comment #2 from Christopher Schultz --- I'm +0 on this idea, but failing to quote is going to be a problem. Instead of using an unquoted value, you should use if/else to either run the command with the

[Bug 58626] Tomcat does not start at boot time due to SIGHUP

2015-11-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58626 --- Comment #3 from Mark Thomas --- Given the length of time other HP-UX users have been running Tomcat without this issue this looks more like an HP-UX configuration / usage error than something that needs to be fixed in the

[Bug 58626] Tomcat does not start at boot time due to SIGHUP

2015-11-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58626 Konstantin Kolinko changed: What|Removed |Added Severity|normal