Dear managers,
First I'd like to thank to all who responded.
Russ Fish gave to correct hint, is answer:
-----------------------
If you are using the Korn shell (/bin/ksh) as your shell, either modify the
shebang line in $CATALINA_HOME/bin/startup.sh to invoke ksh (rather than
/bin/sh which I think is the default), or just take the shebang line out. I
think either way will work. BTW I have the same problem with the Apache
startup scripts, and this fixes them too.
-----------------------
I'm using tcsh as default shell. Changing the shebang line to /bin/ksh in
$CATALINA_HOME/bin/catalina.sh solved the problem.
Original question bellow. Regards,
Manuel Monteiro
------------------------
I'm trying to run a stand-alone version of Jakarta Tomcat without success.
Here's the description
Tru64 Unix 4.0F PK7
Java SDK 1.4.0-1 as default java environment
Tomcat 4.1.18 from binary distribution
I've installed everything as described in the RUNNING.txt file from Tomcat,
setup environment variables
JAVA_HOME /usr/opt/java140
CATALINA_HOME /usr/jakarta-tomcat-4.1.18
When I try to start tomcat $CATALINA_HOME/bin/startup.sh just get the
following message in tomcat's log:
----
usage: java org.apache.catalina.startup.Catalina [-config {pathname} ] [
-debug ] [ -nonaming ] { start | stop }
----
Any hints?
Thanks in advance.
Regards,
________________________________________________________________
Manuel Monteiro
Centro de Astrofisica Internet : http://www.astro.up.pt
Universidade do Porto E-mail : nelo_at_astro.up.pt
Rua das Estrelas Tel. Directo: (+351) 226 089 847
4150-762 Porto Tel. Geral : (+351) 226 089 830
Portugal Fax : (+351) 226 089 831
Received on Wed Jan 29 2003 - 16:32:35 NZDT