Tomcat is set to start automatically when the server is rebooted. However sometimes it tries to start before the database is accessible. Then you have to start it manually.
Here are step by step instructions on how to change sleep delay:
1. Navigate to the following file and open it with a text editor that does not add formatting (TextWrangler):
Library > StartupItems > ApacheTomcatPowerSchool > ApacheTomcatPowerSchool
2. Under the beginning line of text that reads:
#!/bin/sh
. /etc/rc.common
type the following on the next line:
sleep 60
Note: This number can be adjusted as needed to ensure Tomcat starts after Sybase is up and running.
4. Close the file.
Here is the support article:
https://powersource.pearsonschoolsystems.com/d/powerschool_6139
Comments
Dean Dahlvang (unauthenticated)
Oct 9, 2008
This is just a tire kicking session too. I will mention that I am working on a STAR reporting module for PowerSchool. Look for this in November sometime.
Joel Anderson
Oct 11, 2008
Cool!