>How can I tell or direct the server to use the tomcat I installed >from sun or the tomcat that came with the borland software ?
>Dale Fanning wrote: >> >> Sean, >> >> The error message may not relate to the shell script per >> se, but the commands inside. Check and make sure you have >> the command shell specified on the first line (#! /bin/sh for >> sh). It is also generally a good idea to fully qualify the >> path to each executable you reference ( /bin/egrep instead of >> grep, etc.). >> >> Here's a simple example of something I used to watch the arp >> table a while back.. >> >> #! /bin/sh >> /usr/sbin/arp -an |/usr/bin/egrep 'ea:32|fe:5e|db:f7' >> >> Hope this helps. > >Or just set your path appropriately within the script. >-- >Crist J. Clark [EMAIL PROTECTED] >Globalstar Communications (408) 933-4387 > >The information contained in this e-mail message is confidential, >intended only for the use of the individual or entity named above. >If the reader of this e-mail is not the intended recipient, or the >employee or agent responsible to deliver it to the intended recipient, >you are hereby notified that any review, dissemination, distribution or >copying of this communication is strictly prohibited. If you have >received this e-mail in error, please contact [EMAIL PROTECTED] > >================================================= >To set vacation, Out Of Office, or away messages, >send an email to [EMAIL PROTECTED] >in the BODY of the email add: >set fw-1-mailinglist nomail >================================================= >To unsubscribe from this mailing list, >please see the instructions at >http://www.checkpoint.com/services/mailing.html >================================================= >If you have any questions on how to change your >subscription options, email >[EMAIL PROTECTED] >================================================= -- Eric I. Davis NARAC Lawrence Livermore National Lab Tel 925-424-2103 Fax 925-423-3128 private email [EMAIL PROTECTED] ================================================= To set vacation, Out Of Office, or away messages, send an email to [EMAIL PROTECTED] in the BODY of the email add: set fw-1-mailinglist nomail ================================================= To unsubscribe from this mailing list, please see the instructions at http://www.checkpoint.com/services/mailing.html ================================================= If you have any questions on how to change your subscription options, email [EMAIL PROTECTED] =================================================
