Does anybody have any succes with Tomcat on Tru64? I think I need to alter
some shell scripts, but I have no clue what and where to make what changes?
I have set the JAVA_HOME to the Compaq Fast JVM, but the startup.sh gives me
thins in the catalina.out:
usage: java org.apache.catalina.startup.Catalina [ -config {pathname} ] [
-debug ] [ -nonaming ] { start | stop }
---
:-)
Sounds familiar. You'll have to hack your Tomcat scripts just a little bit.
Alter these two:
startup.sh
----------
# Setup JAVA_HOME
# Alter the last command line to this:
exec "$PRGDIR"/"$EXECUTABLE" start -config ${CATALINA_HOME}/conf/server.xml
shutdown.sh
------------
# Setup JAVA_HOME
# Alter the last command line to this:
exec "$PRGDIR"/"$EXECUTABLE" stop -config ${CATALINA_HOME}/conf/server.xml
This is a bug/feature of Tru64's shells or some component. I've tried even
ZSh - the same.
Nix.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]