Posted By:
Dermot_Hennessy
Posted On:
Tuesday, August 21, 2001 06:20 AM
Richard,
What are the permissions set to on the startup.sh file?
Who is the owner of this file?
There are a few possible problems here, either you have not got the permissions set correctly on the startup.sh file itself, or else a file called by this script is not accessible to you. In addition you may be trying to run Tomcat to listen on a port below 1024 - all such ports are reserved to be accessible only by root.
Hope this points you in the direction of a solution,
Dermot