The reboot instructions in my crontab look like this (a different port for each app), which is taken from the instructions in the wiki:
@reboot cd /home/my_hr_username/apps/my_app/current/log && rm mongrel.pid -f
@reboot cd /home/my_hr_username/apps/my_app/current && /usr/local/bin/mongrel_rails start -e production -d -p 40661
Can you see anything wrong here?