Sponsored Content
Top Forums Shell Programming and Scripting Apache tomcat startup script not booting at startup. Post 302885076 by Hijanoqu on Thursday 23rd of January 2014 10:52:31 AM
Old 01-23-2014
Quote:
Originally Posted by Neo
The first question that comes to mind is "have you looked at your various system and error log files to see if there are any clues there?"

Or have you considered adding a simple logging statement to your script to test to see what is going on when the script executes during boot time (or if it is even being executed all all)?

My experience is that logging (printing) is just about the most valuable debugging tool available.
Oh yeah, this is the error I found in the boot logs..

Code:
sh: 0: Can't open /home/drg/Desktop/Linux/bin/startup.sh

Hmm why is this so ? The startup.sh has 755 perms and both owner and root is drg.
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Run tomcat at startup

Is it possible to run tomcat automatically when Linux boots without having to log in? (4 Replies)
Discussion started by: Spetnik
4 Replies

2. Shell Programming and Scripting

Startup script

New in Unix, I am adding a line "route add 57.14.y.y 57.14.x.x" every day after rebooting the system. Where can I add the line so during boot up (the system is re-started every day by design (???) the line is executed? (I tried the /etc/rc2.d/S90 but for some reason the line needs to be added... (2 Replies)
Discussion started by: texaspanama
2 Replies

3. Shell Programming and Scripting

Solaris Startup script for Apache.

I'm running Solaris 5.9 and Apache 2.... I've created a startup script for Apache....but it doesn't work!!! it resides in /etc/init.d and has a link to /etc/rc3.d and if it run it as /etc/init.d/apache_start stop it stops the httpd services and /etc/init.d/apache_start start starts the... (3 Replies)
Discussion started by: Zak
3 Replies

4. UNIX for Dummies Questions & Answers

Startup Script Somewhere ?

Hello there! I need help. Everytime I login to my ssh, i see this: -bash: .export: command not found -bash: .export: command not found -bash: .export: command not found -bash: .export: command not found any help ? thanks (0 Replies)
Discussion started by: fbauto1
0 Replies

5. Shell Programming and Scripting

Apache Startup Fails with PHP Error

Great tins massive! Im Manqoba from Midrand, South Africa... I have installed Apache and PHP on a solaris 9 box, using the packages below: apache-2.2.14-sol9-sparc-local php-5.2.13-sol9-sparc-local After installing the packages I edited my httpd.conf file, to load the php5 module when... (10 Replies)
Discussion started by: Macarena S.A
10 Replies

6. Shell Programming and Scripting

how to delete files at booting of system (system startup)

hi all I have a problem how to write a shell script which delete files/folder form directory whenever system boot and copy last updated folder/file in the specified directory.pse help me ASAP. i write a script which copy files in directory.I want when system boot up using script it check whether... (1 Reply)
Discussion started by: shubhig15
1 Replies

7. Shell Programming and Scripting

Single Startup script for Apache/jboss

Hi, I have apache ,jboss and jon instances on various linux boxes.I need to create a generic startup script to restart those instances on server reboot.The script requirement is : It should take the name of instances from one text file named active-servers and recycle those instances. 1.... (6 Replies)
Discussion started by: saurau
6 Replies

8. Shell Programming and Scripting

Automatic shutdown and startup of Tomcat in Solaris

Dear Experts , I want to stop and Start tomcat at the time of shutdown and startup of our server . I was trying to stop tomcat with following command # su - dm -c "/export/home/Finder/FinderWeb/jakarta-tomcat-3.3.1a/bin/shutdown.sh" but i am getting following error. Please suggest .... (1 Reply)
Discussion started by: Amit.saini333
1 Replies

9. Shell Programming and Scripting

Startup script

I can't quite find a clear answer on how to properly write a start up script. Does anybody have any ideas?? (3 Replies)
Discussion started by: Huitzilopochtli
3 Replies
elcsd(8)						      System Manager's Manual							  elcsd(8)

Name
       elcsd - error logging daemon

Syntax
       /etc/elcsd

Description
       The  daemon  logs  hardware  and system-related error packets, or error messages, from the kernel errorlog buffer to the file syserr.<host-
       name>.  Hostname is the name of the local system.  At system startup, the daemon is invoked out of For further information, see The  daemon
       must be running whenever the system is in multiuser mode.

       To invoke the daemon in single-user mode, use the command with the -s option.

       You  can  configure  the daemon to log error packets locally from a remote ULTRIX host, or you can configure the daemon to send local error
       packets to a remote system.  Do this by changing the entries in the file.  For further information, see The daemon uses an  internet  data-
       gram socket to log information across systems.

       Parameters  related  to	such as the desired location for the errorlog file or files, as well as instructions for local and remote logging,
       can be specified in the error logging configuration file, For further information, see

Restrictions
       You must have superuser privileges to invoke the daemon.

Diagnostics
       The daemon logs general status and error messages to in multiuser mode.	This file is purged whenever the daemon is restarted.

Files
See Also
       elcsd.conf(5), eli(8), rc(8), uerf(8)
       Guide to the Error Logger

4th Berkeley Distribution														  elcsd(8)
All times are GMT -4. The time now is 12:40 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy