Plz. don't ignore this mail "Installing Tomcat 4.1.24.zip on Sco Openserver 5.0.2"

Hi Guys,

  I want ur replies very very Urgently.Plz. don't ignore this mail.

I am using Sco openserver 5.0.2 and i have downloaded jdk1.2.2

for that i have installed it.The jdk is working fine.

Then i download jakarta-tomcat-4.1.24.zip and i have installed it.

In order to run tomcat i went to the directory:-

/var/jakarta/bin

Which is where i move the tomcat contents:-

and i use :-

vi catalina.sh

Which opens a environment variable setting file.

Here i set the following things:-

export JAVA_HOME=/usr/java2

export CATALINA_HOME=/var/jakarta

Where this is the correct path Where jdk1.2.2 and jakarta-tomcat resides.

And in the vi .profile:-

i have set for jdk

PATH=$PATH:.:/usr/java2/bin

But there is no problem with jdk but when i try to run

catalina.sh by using the following command:-

# /var/jakarta/bin/catalina.sh start

in the shell prompt.

I am getting an error saying :-

/usr/java2 is not an identifier the same problem occurs for

CATALINA_HOME as well .

So plz. do provide a solution for this and plz. explain me where i am going wrong??? It is Very very Urgent at the moment.Plz. don't ignore this mail. I am in that situation at the moment.

I will be waiting for ur replies.

Thanx,
m.ananthu

Instead of
export JAVA_HOME=/usr/java2

export CATALINA_HOME=/var/jakarta

Try
JAVA_HOME=/usr/java2
CATALINA_HOME=/var/jakarta
export JAVA_HOME CATALINA_HOME