Help with Startup Script

2002-10-02 Thread Chuck Carson
I am unable to get tomcat to start automatically under Solaris 8. I try starting it after several other socket based applications (such as oracle and postgres) I get nothing in the logs, the service merely refuses to start. Here is the startup script: #!/sbin/sh case $1 in start)

RE: Help with Startup Script

2002-10-02 Thread Turner, John
What if you call startup.sh and shutdown.sh instead of catalina.sh directly? John -Original Message- From: Chuck Carson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 02, 2002 11:20 AM To: Tomcat Users List Subject: Help with Startup Script I am unable to get tomcat

Re: Help with Startup Script

2002-10-02 Thread Chuck Carson
;; esac exit 0 Turner, John wrote: What if you call startup.sh and shutdown.sh instead of catalina.sh directly? John -Original Message- From: Chuck Carson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 02, 2002 11:20 AM To: Tomcat Users List Subject: Help with Startup Script