I've never used a Cobalt.

What version of Java does it have?

As far as this:

> ** Here is where I'm lost  ***
> 4. ? - Set the environment variable JAVA_HOME to point to the root
directory
> of your JDK hierarchy, then add the Java interpreter to your PATH
> environment variable.

It means do something like this:

for Bash:

export JAVA_HOME=/usr/local/jdk1.3
export PATH=$PATH:/usr/local/jdk1.3/bin

That's assuming that the Java install is in /usr/local/jdk1.3

If not, change the paths appropriately.

Hunter

> From: "Charles Williams \(CEO\)"
> <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> Date: Fri, 27 Apr 2001 20:28:20 +0200
> To: <[EMAIL PROTECTED]>
> Subject: Re: Tomcat install on Cobalt.
> 
> So I take it noone knows how to install tomcat?
> 
> chuck

Reply via email to