You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2002/01/13 14:03:27 UTC

DO NOT REPLY [Bug 5104] - catalina.sh fails to start tomcat on Tru64

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5104>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5104

catalina.sh fails to start tomcat on Tru64





------- Additional Comments From mdoyle@ubiquity.net  2002-01-13 05:03 -------
The reason for this is the incorrect interpretation of the "$@" construct by 
the Tru-64 Bourne Shell.  If you change the first line of each ".sh" file in 
the tomcat bin directory to be 

#!/bin/ksh

i.e. use the Korn shell for the file instead of the /bin/sh that is there now, 
it works correctly.  Experimenting with "$@" on different OS (Solaris, AIX etc) 
shows Tru-64 to be incorrect.

Regards
Mike Doyle
Ubiquity Software Corporation

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>