Re: timing is everything when starting - a 32 bit question

2013-12-19 Thread Ray Holme
Getting tomcat the user/group to start did not turn out too hard.    changed permissions of everything under apache to tomcat:tomcat    then changed all permissions of all things under webapps to me (ray:staff)   make the S95tomcat script (start/stop/restart SYSV style) su tomcat  start/stop

timing is everything when starting - a 32 bit question

2013-12-15 Thread Ray Holme
I have a rc.local file setup to auto start tomcat and httpd under fedora 18 boot. It works fine on my 64 bit system (and a couple others for a friend)   but there MUST BE a sleep before bringing up httpd (for some reason I forgot). start routine in /etc/init.d/rc.local    S95tomcat start   

Re: timing is everything when starting - a 32 bit question

2013-12-15 Thread Mark Eggers
Some inline and some at the end: Note, this is almost all off-topic, since it concerns system administration and not Tomcat. Note, I'm also comparing this to Fedora 19. Fedora 18 should be EOL in about 5 weeks. On 12/15/2013 7:51 AM, Ray Holme wrote: I have a rc.local file setup to auto

Re: timing is everything when starting - a 32 bit question

2013-12-15 Thread Ray Holme
OK, the init.d script was probably very old and it looks like I need to learn systemd control. Did not check apache/logs as there was no sign the script ran, thanks will look there too. yes built and installed mod_jk - the app works fine when I do get it going, yes running SELinux so - time