|
Your user needs x permission on startup.sh in order to execute it.
The user draws that authority from owner, group or public which are
the three groupings of rwx authorities you see, in that order (the
first of the 10 characters are - for file or d for directory). If
theres a dash in one of the spots where you expect rwx, that
permission has not been granted.
One way to fix this is to chown to what is expected. If you are
running Tomcat as WTADMIN (which it appears) you probably need to
sign on as WINTOUCH and run "chown -R WTADMIN /wintouch/tomcat". You
can also change permission with "chmod ugo+x" to add execute
permission for owner(u), group(g), and others(o). See
http://publib.boulder.ibm.com/infocenter/iseries/v5r4/index.jsp?topic=%2Frzahz%2Fchmod.htm
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.