On Thu, 13 Sep 2001, Scott Brinker wrote:
> Date: Thu, 13 Sep 2001 12:53:29 -0400
> From: Scott Brinker <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Subject: RedHat Linux 7.1, Tomcat 4.0 RC1
>
> I'm having trouble getting Tomcat 4.0 RC1 to start under RedHat Linux 7.1. I
> have installed the latest release in a directory in /usr/local, installed
> JSE 1.3.1_01 in /usr/java, and set up JAVA_HOME and CATALINA_HOME
> environment variables.
>
> When I execute ./startup.sh, I get these messages:
>
> Using CLASSPATH ...
> Using CATALINA_BASE ...
> Using CATALINA_HOME ...
>
> And then it returns me to the command prompt. No Tomcat process appears to
> be running, and no other messages are displayed.
>
Tomcat starts in the background, and logs all it's output to files in the
$CATALINA_HOME/logs directory. Try pointing your browser at:
http://localhost:8080/
> I should also mention that I've done this as the root account to make sure
> there weren't permission problems.
>
You definitly won't want to run it that way, however.
> Can anyone offer any suggestions?
>
> Many thanks,
>
> --
> Scott Brinker
> i-on interactive, inc.
> 561.394.9484 (Boca Raton)
> 646.486.6204 (New York)
> 888.466.4332 (toll-free)
> http://www.i-on.com
>
>
Craig McClanahan