Either of the following two methods can be used to start the Appeon Server database; AppeonDB:
Method #1 - start AppeonDB with Appeon Server by executing $JAGUAR/appeon/bin/appeonserverstart.sh
Method #2 - start AppeonDB separately by executing $JAGUAR/bin/appeondb.sh. After AppeonDB is started, execute $JAGUAR/bin/serverstart.sh to start Appeon Server
Do not start AppeonDB in the background of bash with the command nohup ./serverstart.sh & or nohup ./appeondb.sh &. Appeon Server will fail to respond.